Color names in this palette
CSS code for this palette
/* CSS */
.lavender-water {
color: #d3c5e2;
}
.ariel-s-delight {
color: #b1a3d7;
}
.wisteria {
color: #a17ec8;
}
.rogue-pink {
color: #f7a1c8;
}
.papaya-whip {
color: #fdd2af;
}
/* CSS Variables */
:root {
--lavender-water:#d3c5e2;
--ariel-s-delight:#b1a3d7;
--wisteria:#a17ec8;
--rogue-pink:#f7a1c8;
--papaya-whip:#fdd2af;
}