Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.butterscotch {
color: #f9b248;
}
.usubeni-red {
color: #f66a6a;
}
.durotar-fire {
color: #f05e28;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--butterscotch:#f9b248;
--usubeni-red:#f66a6a;
--durotar-fire:#f05e28;
--poppy-red:#e63746;
}