Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f9e79f;
}
.squash-blossom {
color: #f6b83c;
}
.dodgeroll-gold {
color: #f39c12;
}
.emperor-s-children {
color: #f6a2b6;
}
.mellow-melon {
color: #e92063;
}
/* CSS Variables */
:root {
--storm-lightning:#f9e79f;
--squash-blossom:#f6b83c;
--dodgeroll-gold:#f39c12;
--emperor-s-children:#f6a2b6;
--mellow-melon:#e92063;
}