Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.sunset-yellow {
color: #f98c3e;
}
.carrot {
color: #f86a3a;
}
.benihi-red {
color: #f05038;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--sunset-yellow:#f98c3e;
--carrot:#f86a3a;
--benihi-red:#f05038;
}