Color names in this palette
CSS code for this palette
/* CSS */
.purple-sand {
color: #c7b2f0;
}
.soap {
color: #c7c7f0;
}
.dull-lavender {
color: #b29ef0;
}
.violet-velvet {
color: #b4a2dd;
}
.lenurple {
color: #b58edc;
}
/* CSS Variables */
:root {
--purple-sand:#c7b2f0;
--soap:#c7c7f0;
--dull-lavender:#b29ef0;
--violet-velvet:#b4a2dd;
--lenurple:#b58edc;
}