Color names in this palette
CSS code for this palette
/* CSS */
.blue-iris {
color: #665ea6;
}
.water-hyacinth {
color: #a3a3d1;
}
.party-hat {
color: #c9c5e7;
}
.gumball {
color: #e6b3cf;
}
.troll-slayer-orange {
color: #f6a14c;
}
/* CSS Variables */
:root {
--blue-iris:#665ea6;
--water-hyacinth:#a3a3d1;
--party-hat:#c9c5e7;
--gumball:#e6b3cf;
--troll-slayer-orange:#f6a14c;
}