Color names in this palette
CSS code for this palette
/* CSS */
.dodgeroll-gold {
color: #f39c12;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.james-blonde {
color: #f2e4b5;
}
.foamy-surf {
color: #b2d4e0;
}
.bluesy-note {
color: #7d9cba;
}
/* CSS Variables */
:root {
--dodgeroll-gold:#f39c12;
--solar-plexus-chakra:#f1c84b;
--james-blonde:#f2e4b5;
--foamy-surf:#b2d4e0;
--bluesy-note:#7d9cba;
}