Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #4c94dc;
}
.spritzig {
color: #7ac5e6;
}
.the-fifth-sun {
color: #f0e628;
}
.gusto-gold {
color: #f9a91f;
}
.opulent-orange {
color: #f56b3d;
}
/* CSS Variables */
:root {
--flax-flower-blue:#4c94dc;
--spritzig:#7ac5e6;
--the-fifth-sun:#f0e628;
--gusto-gold:#f9a91f;
--opulent-orange:#f56b3d;
}