Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d2afe4;
}
.favorite-lavender {
color: #d69dd7;
}
.mauve-mist {
color: #c59dd8;
}
.samantha-s-room {
color: #f3d3e6;
}
.perfume {
color: #c5afe4;
}
/* CSS Variables */
:root {
--pretty-petunia:#d2afe4;
--favorite-lavender:#d69dd7;
--mauve-mist:#c59dd8;
--samantha-s-room:#f3d3e6;
--perfume:#c5afe4;
}