Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.often-orange {
color: #f9734e;
}
.infrared {
color: #f94e6d;
}
.pansy {
color: #f94e95;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a64e;
--often-orange:#f9734e;
--infrared:#f94e6d;
--pansy:#f94e95;
}