Color names in this palette
CSS code for this palette
/* CSS */
.iris {
color: #5a4fcf;
}
.c64-purple {
color: #7a6bd1;
}
.enchanted-lavender {
color: #b9a2e7;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.funki-porcini {
color: #f0999a;
}
/* CSS Variables */
:root {
--iris:#5a4fcf;
--c64-purple:#7a6bd1;
--enchanted-lavender:#b9a2e7;
--sullivan-s-heart:#f7c5d5;
--funki-porcini:#f0999a;
}