Color names in this palette
CSS code for this palette
/* CSS */
.flame-seal {
color: #f0e65c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.mandarin-rind {
color: #f5903d;
}
.strawberry-avalanche {
color: #f24c40;
}
/* CSS Variables */
:root {
--flame-seal:#f0e65c;
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--mandarin-rind:#f5903d;
--strawberry-avalanche:#f24c40;
}