Color names in this palette
CSS code for this palette
/* CSS */
.folksy-gold {
color: #d39969;
}
.melanie {
color: #e1b7c4;
}
.enchanted-lavender {
color: #bfa2d8;
}
.wisteria {
color: #a981c1;
}
.spring-wisteria {
color: #d5a3e0;
}
/* CSS Variables */
:root {
--folksy-gold:#d39969;
--melanie:#e1b7c4;
--enchanted-lavender:#bfa2d8;
--wisteria:#a981c1;
--spring-wisteria:#d5a3e0;
}