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