Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.carrot {
color: #f86a3a;
}
.durotar-fire {
color: #f05a28;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a34e;
--carrot:#f86a3a;
--durotar-fire:#f05a28;
--poppy-red:#e63746;
}