Module

Reactor.Graphics.Colors

Package
purescript-grid-reactors
Repository
Eugleo/purescript-grid-reactors

A predefined color palette based on the default Tailwind CSS color scheme. See the URL for details and previews. This module should be imported qualified, import Reactor.Graphics.Colors as Color.

#yellow100 Source

#yellow200 Source

#yellow300 Source

#yellow400 Source

#yellow500 Source

#yellow600 Source

#yellow700 Source

#yellow800 Source

#yellow900 Source

#hsl Source

hsl :: Number -> Number -> Number -> Color

Create a Color from hue, saturation and lightness values. The hue is given in degrees, as a Number between 0.0 and 360.0. Both saturation and lightness are numbers between 0.0 and 1.0. To find out how HSL works, you can check the Wikipedia article.