Color names in this palette
CSS code for this palette
/* CSS */
.knockout {
color: #c52b2b;
}
.usubeni-red {
color: #f26969;
}
.lion-of-menecrates {
color: #f2a769;
}
.yellow-cream {
color: #f2d269;
}
.acid-pops {
color: #2cf26b;
}
/* CSS Variables */
:root {
--knockout:#c52b2b;
--usubeni-red:#f26969;
--lion-of-menecrates:#f2a769;
--yellow-cream:#f2d269;
--acid-pops:#2cf26b;
}