Color names in this palette
CSS code for this palette
/* CSS */
.euphoric-lilac {
color: #d9c9d9;
}
.taste-of-berry {
color: #c5a5b7;
}
.choral-singer {
color: #b67c97;
}
.cosmetic-red {
color: #a45b7d;
}
.purple-peril {
color: #8e3e6f;
}
/* CSS Variables */
:root {
--euphoric-lilac:#d9c9d9;
--taste-of-berry:#c5a5b7;
--choral-singer:#b67c97;
--cosmetic-red:#a45b7d;
--purple-peril:#8e3e6f;
}