Color names in this palette
CSS code for this palette
/* CSS */
.iris {
color: #5a4fcf;
}
.prickly-purple {
color: #a762b7;
}
.prism-pink {
color: #f1a2c3;
}
.summertime {
color: #f1cf79;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--iris:#5a4fcf;
--prickly-purple:#a762b7;
--prism-pink:#f1a2c3;
--summertime:#f1cf79;
--squash-blossom:#f6b83c;
}