Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f76e6e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.forsythia-blossom {
color: #f9d66c;
}
.citronella {
color: #69bf76;
}
.functional-blue {
color: #3f5c88;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f76e6e;
--gemini-mustard-momento:#f9a94e;
--forsythia-blossom:#f9d66c;
--citronella:#69bf76;
--functional-blue:#3f5c88;
}