ALC Colors
The ALC Colors are made up of bold colors, red, yellow, green, orange, blue, purple, and gray.
Each color palette has a number of shades numbered 50 to 900 and a set of accent colors between A100 to A700. The base color is 500. You can see the full ALC Color palette here. The bars below represent the the 100, 500 (base), and 700 of each color in our palette.
Usage
Colors are applied with CSS classes using this pattern: .color-colorName-number
(e.g. .color-red-300
) by adding -bkg
to the end of a class (e.g. .color-red-300-bk
) it will apply the color as a background.
Example
The TEXT will be red 500
<span class="color-red-500">The TEXT will be red 500</span>
The background of this span will be red 500
<span class="color-red-500-bkg">The background of this span will be red 500</span>
Palettes
The following palettes represent the basic colors you'll need to get started. Each color palette starts with the base color 500. The 100 color is used as the light accent and 700 for the dark accent. The full palettes are available on the ALC Color palette page.
Primary Red: red-500 #D23941
See full red palette
Primary Red (500) | Red Light (100) | Red Dark (700) |
---|---|---|
#D23941 |
#F5D3D5 |
#A8262D |
Primary Yellow: yellow-500 #F8C433
Primary Yellow (500) | Yellow Light (100) | Yellow Dark (700) |
---|---|---|
#F8C433 |
#FEF9E9 |
#E6AB08 |
Primary Green: green-500 #5AB25A
Primary Green (500) | Green Light (100) | Green Dark (700) |
---|---|---|
#5AB25A |
#DBEEDB |
#428D42 |
Primary Blue: blue-500 #4AAFDC
Primary Blue (500) | Blue Light (100) | Blue Dark (700) |
---|---|---|
#4AAFDC |
#E8F5FB |
#2693C3 |
Primary Orange: orange-500 #ED7634
Primary Orange (500) | Orange Light (100) | Orange Dark (700) |
---|---|---|
#ED7634 |
#FCEBE1 |
#D15713 |
Primary Purple: purple-500 #331926
Primary Purple (500) | Purple Light (100) | Purple Dark (700) |
---|---|---|
#331926 |
#AE5A84 |
#0A0507 |
Primary Gray: gray-500 #606060
Primary Gray (500) | Gray Light (100) | Gray Dark (700) |
---|---|---|
#606060 |
#BEBEBE |
#414141 |