Color names in this palette
CSS code for this palette
/* CSS */
.deep-wisteria {
color: #4b3e75;
}
.just-a-fairytale {
color: #6b5d92;
}
.peony-mauve {
color: #9d88b9;
}
.pastel-lavender {
color: #d7a3c4;
}
.in-the-pink {
color: #f4c3d1;
}
/* CSS Variables */
:root {
--deep-wisteria:#4b3e75;
--just-a-fairytale:#6b5d92;
--peony-mauve:#9d88b9;
--pastel-lavender:#d7a3c4;
--in-the-pink:#f4c3d1;
}