Color names in this palette
CSS code for this palette
/* CSS */
.flirtatious {
color: #fdd835;
}
.hollandaise {
color: #ffec3d;
}
.vitamin-c {
color: #ff9900;
}
.smashing-pumpkins {
color: #ff5724;
}
.akuma {
color: #d33131;
}
/* CSS Variables */
:root {
--flirtatious:#fdd835;
--hollandaise:#ffec3d;
--vitamin-c:#ff9900;
--smashing-pumpkins:#ff5724;
--akuma:#d33131;
}