Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.prickly-purple {
color: #a45fbf;
}
.bright-lilac {
color: #d98eeb;
}
.creamy-sweet-corn {
color: #f5bf4d;
}
.mild-heart-attack {
color: #f2705f;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--prickly-purple:#a45fbf;
--bright-lilac:#d98eeb;
--creamy-sweet-corn:#f5bf4d;
--mild-heart-attack:#f2705f;
}