Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-purple {
color: #6b3f8d;
}
.royal-pretender {
color: #9a5fab;
}
.autumn-wisteria {
color: #c59edc;
}
.dream-land {
color: #f1b1e7;
}
.minimal-rose {
color: #f5d1e1;
}
/* CSS Variables */
:root {
--amaranth-purple:#6b3f8d;
--royal-pretender:#9a5fab;
--autumn-wisteria:#c59edc;
--dream-land:#f1b1e7;
--minimal-rose:#f5d1e1;
}