Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.chinese-lantern {
color: #f28e50;
}
.durotar-fire {
color: #f15a27;
}
.akuma {
color: #d8313a;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--chinese-lantern:#f28e50;
--durotar-fire:#f15a27;
--akuma:#d8313a;
}