Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.prickly-purple {
color: #a55eba;
}
.candy-floss {
color: #e1a4e5;
}
.lighthouse-glow {
color: #f9d36c;
}
.extreme-carrot {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--prickly-purple:#a55eba;
--candy-floss:#e1a4e5;
--lighthouse-glow:#f9d36c;
--extreme-carrot:#ff6d2e;
}