Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #f9e54e;
}
.sunny-mood {
color: #f7c94b;
}
.midsummer-gold {
color: #ebaf37;
}
.golden-orange {
color: #d7992d;
}
.mulberry-thorn {
color: #c57a2b;
}
/* CSS Variables */
:root {
--paris-daisy:#f9e54e;
--sunny-mood:#f7c94b;
--midsummer-gold:#ebaf37;
--golden-orange:#d7992d;
--mulberry-thorn:#c57a2b;
}