UNPKG
yoda-common-boilerplate
Version:
latest (1.0.0)
1.0.0
Repository of all JCP reusable atoms, molecules and organisms
yoda-common-boilerplate
/
src
/
styles
/
colors
/
default.colors.css
10 lines
(9 loc)
•
251 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
:root
{
--color-1
:
#fff
;
/* white */
--color-2
:
#c00
;
/* Red */
--color-3
:
#333
;
/* light black */
--color-4
:
#e2e2e2
;
/* Light Black */
--color-5
:
#ccc
;
/* Light Gray */
--color-6
:
#b2b2b2
;
/* Gray */
--color-7
:
#555
;
/* Dark Gray */
}