Color names in this palette
CSS code for this palette
/* CSS */
.dream-land {
color: #e9b4e7;
}
.favorite-lavender {
color: #d5a2d7;
}
.pastel-violet {
color: #c69cc9;
}
.creeping-bellflower {
color: #b48cc0;
}
.bell-heather {
color: #a679b4;
}
/* CSS Variables */
:root {
--dream-land:#e9b4e7;
--favorite-lavender:#d5a2d7;
--pastel-violet:#c69cc9;
--creeping-bellflower:#b48cc0;
--bell-heather:#a679b4;
}