Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.amazon {
color: #3b7d4f;
}
.bermudagrass {
color: #69bf74;
}
.paradise-green {
color: #9ee89c;
}
.lemon-tonic {
color: #f0f1b1;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--amazon:#3b7d4f;
--bermudagrass:#69bf74;
--paradise-green:#9ee89c;
--lemon-tonic:#f0f1b1;
}