Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.bilbao {
color: #3b7a2a;
}
.baby-cake {
color: #86c1a4;
}
.french-vanilla {
color: #f1e1a7;
}
.polished-bronze {
color: #d17d2e;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--bilbao:#3b7a2a;
--baby-cake:#86c1a4;
--french-vanilla:#f1e1a7;
--polished-bronze:#d17d2e;
}