Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.troll-slayer-orange {
color: #f8a34f;
}
.rich-gardenia {
color: #f78250;
}
.pumping-spice {
color: #f75050;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--gemini-mustard-momento:#f9a94e;
--troll-slayer-orange:#f8a34f;
--rich-gardenia:#f78250;
--pumping-spice:#f75050;
}