Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.flirty-rose {
color: #d45e8d;
}
.pumpkin-hue {
color: #f59f7a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.king-lime {
color: #a8d600;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--flirty-rose:#d45e8d;
--pumpkin-hue:#f59f7a;
--solar-plexus-chakra:#f1c84b;
--king-lime:#a8d600;
}