Color names in this palette
CSS code for this palette
/* CSS */
.autumn-wisteria {
color: #caa2dd;
}
.enchanted-lavender {
color: #bfa2d8;
}
.distinct-purple {
color: #a68bcb;
}
.blackberry-yogurt {
color: #e4b5e8;
}
.grape-taffy {
color: #f4d9f7;
}
/* CSS Variables */
:root {
--autumn-wisteria:#caa2dd;
--enchanted-lavender:#bfa2d8;
--distinct-purple:#a68bcb;
--blackberry-yogurt:#e4b5e8;
--grape-taffy:#f4d9f7;
}