Color names in this palette
CSS code for this palette
/* CSS */
.iris {
color: #5a4fcf;
}
.prickly-purple {
color: #a36dc0;
}
.exotic-violet {
color: #e3a1d2;
}
.tender-peach {
color: #f7d5b6;
}
.pumpkin-hue {
color: #f6a579;
}
/* CSS Variables */
:root {
--iris:#5a4fcf;
--prickly-purple:#a36dc0;
--exotic-violet:#e3a1d2;
--tender-peach:#f7d5b6;
--pumpkin-hue:#f6a579;
}