Color names in this palette
CSS code for this palette
/* CSS */
.enchanted-lavender {
color: #c1a5d4;
}
.dream-land {
color: #e6b2e4;
}
.wisteria {
color: #a77ebe;
}
.rosecco {
color: #eab8e2;
}
.pastel-lavender {
color: #daa0c4;
}
/* CSS Variables */
:root {
--enchanted-lavender:#c1a5d4;
--dream-land:#e6b2e4;
--wisteria:#a77ebe;
--rosecco:#eab8e2;
--pastel-lavender:#daa0c4;
}