Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.butterscotch {
color: #f9b248;
}
.spicy-paella {
color: #f2903a;
}
.durotar-fire {
color: #f25d26;
}
.blood-moon {
color: #d83431;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--butterscotch:#f9b248;
--spicy-paella:#f2903a;
--durotar-fire:#f25d26;
--blood-moon:#d83431;
}