Color names in this palette
CSS code for this palette
/* CSS */
.spring-wisteria {
color: #d2a4df;
}
.lenurple {
color: #b88edc;
}
.rich-lavender {
color: #a369c9;
}
.poppy-pompadour {
color: #6b3b9b;
}
.magentarama {
color: #c62f70;
}
/* CSS Variables */
:root {
--spring-wisteria:#d2a4df;
--lenurple:#b88edc;
--rich-lavender:#a369c9;
--poppy-pompadour:#6b3b9b;
--magentarama:#c62f70;
}