Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.melbourne {
color: #4b7c4e;
}
.french-market {
color: #a4c3a2;
}
.bone-white {
color: #f1e1b1;
}
.pimento {
color: #e05a48;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--melbourne:#4b7c4e;
--french-market:#a4c3a2;
--bone-white:#f1e1b1;
--pimento:#e05a48;
}