Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.butterscotch {
color: #f9b248;
}
.ornery-tangerine {
color: #f77a22;
}
.durotar-fire {
color: #f15a27;
}
.flame-scarlet {
color: #d72839;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--butterscotch:#f9b248;
--ornery-tangerine:#f77a22;
--durotar-fire:#f15a27;
--flame-scarlet:#d72839;
}