Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.sunshine-mellow {
color: #f1c40e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--sunshine-mellow:#f1c40e;
--dodgeroll-gold:#f39c12;
}