Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.green-grass {
color: #3a7e4d;
}
.sour-candy {
color: #60b84c;
}
.kiwi-pulp {
color: #99e64c;
}
.envious-pastel {
color: #e0f5c2;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--green-grass:#3a7e4d;
--sour-candy:#60b84c;
--kiwi-pulp:#99e64c;
--envious-pastel:#e0f5c2;
}