Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.luck-of-the-irish {
color: #507939;
}
.bright-lettuce {
color: #8acb6c;
}
.cactus-spike {
color: #c3e0a3;
}
.quiet-whisper {
color: #f0f4e7;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--luck-of-the-irish:#507939;
--bright-lettuce:#8acb6c;
--cactus-spike:#c3e0a3;
--quiet-whisper:#f0f4e7;
}