Skip to content

Generate and preview different colors on multiple different examples.

License

Notifications You must be signed in to change notification settings

inttter/colorflow

Repository files navigation

A simple and minimalistic color previewer and generator. Take the color values you get from Colorflow to use in your own code or projects!

Supported Color Types

Color Type Syntax Example
Hex #RRGGBB or #RRGGBBAA #09faa9, #7a84d280
RGB rgb(R, G, B) rgb(251, 246, 213)
RGBA rgba(R, G, B, A) rgba(12, 96, 207, 0.63)
HSL hsl(H, S%, L%) hsl(213, 56%, 62%)
HSLA hsla(H, S%, L%, A) hsla(299, 76%, 65%, 0.35)
Linear Gradient linear-gradient(direction, color1, color2...) linear-gradient(to bottom left, #39e4cb, #1077f7)
Radial Gradient radial-gradient(shape at position, color1, color2...) radial-gradient(circle at bottom left, rgb(65, 116, 215), rgb(114, 139, 216))

License

Colorflow is licensed under the MIT License.