Skip to main content

Module colors

Module colors 

Source
Expand description

Named primary, secondary and tertiary colors.

You can use darken and lighten to derive more shades from these colors.

Constants§

AZURE
Azure, #0080FF, rgb(0, 128, 255).
BLACK
Black, #000000, rgb(0, 0, 0).
BLUE
Blue, #0000FF, rgb(0, 0, 255).
CYAN
Cyan, #00FFFF, rgb(0, 255, 255).
GRAY
Gray, #808080, rgb(128, 128, 128).
GREEN
Green, #00FF00, rgb(0, 255, 0).
LIME
Lime, #80FF00, rgb(128, 255, 0).
MAGENTA
Magenta, #FF00FF, rgb(255, 0, 255).
ORANGE
Orange, #FF8000, rgb(255, 128, 0).
RED
Red, #FF0000, rgb(255, 0, 0).
ROSE
Rose, #FF0080, rgb(255, 0, 128).
SPRING
Spring, #00FF80, rgb(0, 255, 128).
VIOLET
Violet, #8000FF, rgb(128, 0, 255).
WHITE
White, #FFFFFF, rgb(255, 255, 255).
YELLOW
Yellow, #FFFF00, rgb(255, 255, 0).

Statics§

ACCENT_COLOR_VAR
Color that contrasts with the text color.
BASE_COLOR_VAR
Seed color for widget background.