Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.chat-orange {
color: #f8953f;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--chat-orange:#f8953f;
--breeze-of-chilli:#f76e6e;
}