Color names in this palette
CSS code for this palette
/* CSS */
.syrian-violet {
color: #e1c8e5;
}
.lilac-haze {
color: #d1b6d2;
}
.lupine {
color: #c49cc0;
}
.satin-flower {
color: #b58ebe;
}
.lobby-lilac {
color: #a87db5;
}
/* CSS Variables */
:root {
--syrian-violet:#e1c8e5;
--lilac-haze:#d1b6d2;
--lupine:#c49cc0;
--satin-flower:#b58ebe;
--lobby-lilac:#a87db5;
}