Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.prickly-purple {
color: #a75eb5;
}
.girl-power {
color: #d39cc5;
}
.dream-land {
color: #f3afe7;
}
.sunkissed-yellow {
color: #ffeab8;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--prickly-purple:#a75eb5;
--girl-power:#d39cc5;
--dream-land:#f3afe7;
--sunkissed-yellow:#ffeab8;
}