Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.consumed-by-fire {
color: #f58019;
}
.ucla-gold {
color: #ffb300;
}
.hollandaise {
color: #ffec3d;
}
.cactus-spike {
color: #c4e0a3;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--consumed-by-fire:#f58019;
--ucla-gold:#ffb300;
--hollandaise:#ffec3d;
--cactus-spike:#c4e0a3;
}