Color names in this palette
CSS code for this palette
/* CSS */
.juneberry {
color: #7c4f9c;
}
.royal-pretender {
color: #a45fab;
}
.purception {
color: #c68bd5;
}
.romantic-morning {
color: #e0b4e4;
}
.jacaranda {
color: #f5d1f0;
}
/* CSS Variables */
:root {
--juneberry:#7c4f9c;
--royal-pretender:#a45fab;
--purception:#c68bd5;
--romantic-morning:#e0b4e4;
--jacaranda:#f5d1f0;
}