Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.melbourne {
color: #4d7a4f;
}
.grand-valley {
color: #8cbe7e;
}
.french-vanilla {
color: #f1e1a7;
}
.dizzy-days {
color: #d64d2e;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--melbourne:#4d7a4f;
--grand-valley:#8cbe7e;
--french-vanilla:#f1e1a7;
--dizzy-days:#d64d2e;
}