Color names in this palette
CSS code for this palette
/* CSS */
.childish-wonder {
color: #a6a7d9;
}
.pretty-posie {
color: #b8b8e5;
}
.romantic-morning {
color: #e0b5e3;
}
.rhubarb-gin {
color: #d7a8c2;
}
.wisteria-purple {
color: #8c5b9f;
}
/* CSS Variables */
:root {
--childish-wonder:#a6a7d9;
--pretty-posie:#b8b8e5;
--romantic-morning:#e0b5e3;
--rhubarb-gin:#d7a8c2;
--wisteria-purple:#8c5b9f;
}