Color names in this palette
CSS code for this palette
/* CSS */
.dodgeroll-gold {
color: #f39c12;
}
.sunshine-mellow {
color: #f5c20a;
}
.forsythia-blossom {
color: #f6d66f;
}
.gold-sand {
color: #f6e7a7;
}
.poisonous-cloud {
color: #d7d93a;
}
/* CSS Variables */
:root {
--dodgeroll-gold:#f39c12;
--sunshine-mellow:#f5c20a;
--forsythia-blossom:#f6d66f;
--gold-sand:#f6e7a7;
--poisonous-cloud:#d7d93a;
}