Module

Color.Scheme.Harmonic

Package
purescript-colors
Repository
sharkdp/purescript-colors

#shades Source

shades :: Color -> Array Color

The given color plus a lighter and darker variant.

#analogous Source

analogous :: Color -> Array Color

Three colors, separated by 30° in hue and centered around the given color.

#triad Source

triad :: Color -> Array Color

Three colors that are evenly spaced along the HSL color wheel.

#splitComplementary Source

splitComplementary :: Color -> Array Color

The given color and two complementary colors, split by 30°.

#tetrad Source

tetrad :: Color -> Array Color

Four colors that come in groups of two pairs which are on opposite sides of the color wheel.