Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.kemp-kelly {
color: #3d7b4a;
}
.vivid-imagination {
color: #5ea659;
}
.bright-lettuce {
color: #94d15c;
}
.highlighter-yellow {
color: #f0e13d;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--kemp-kelly:#3d7b4a;
--vivid-imagination:#5ea659;
--bright-lettuce:#94d15c;
--highlighter-yellow:#f0e13d;
}