Color names in this palette
CSS code for this palette
/* CSS */
.enchanted-lavender {
color: #c3a2d7;
}
.blackberry-yogurt {
color: #e8b5e1;
}
.flattering-peach {
color: #f3d3b4;
}
.balinese-sunset {
color: #f19f79;
}
.capocollo {
color: #d94f4a;
}
/* CSS Variables */
:root {
--enchanted-lavender:#c3a2d7;
--blackberry-yogurt:#e8b5e1;
--flattering-peach:#f3d3b4;
--balinese-sunset:#f19f79;
--capocollo:#d94f4a;
}