Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit {
color: #ff5c5c;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.green-of-bhabua {
color: #d3ff5c;
}
.ineffable-green {
color: #5cffb6;
}
.shady-neon-blue {
color: #5c5cff;
}
/* CSS Variables */
:root {
--grapefruit:#ff5c5c;
--peanut-butter-chicken:#ffb65c;
--green-of-bhabua:#d3ff5c;
--ineffable-green:#5cffb6;
--shady-neon-blue:#5c5cff;
}