Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2bf;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.scallion {
color: #6b8f24;
}
.garish-green {
color: #4fbf8b;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2bf;
--solar-plexus-chakra:#f1c84b;
--scallion:#6b8f24;
--garish-green:#4fbf8b;
--mandarin-red:#e74d3c;
}