Color names in this palette
CSS code for this palette
/* CSS */
.enchanted-lavender {
color: #c1a3d7;
}
.lovecloud {
color: #e9b9e8;
}
.igniting {
color: #f4d79a;
}
.welcoming-wasp {
color: #f0a800;
}
.watermelon-juice {
color: #f25a7d;
}
/* CSS Variables */
:root {
--enchanted-lavender:#c1a3d7;
--lovecloud:#e9b9e8;
--igniting:#f4d79a;
--welcoming-wasp:#f0a800;
--watermelon-juice:#f25a7d;
}