Color names in this palette
CSS code for this palette
/* CSS */
.ariel-s-delight {
color: #b1a2d7;
}
.blue-marguerite {
color: #6a5bae;
}
.lush-lilac {
color: #9e79be;
}
.lavender-water {
color: #d5c8e0;
}
.minute-mauve {
color: #f3e2f3;
}
/* CSS Variables */
:root {
--ariel-s-delight:#b1a2d7;
--blue-marguerite:#6a5bae;
--lush-lilac:#9e79be;
--lavender-water:#d5c8e0;
--minute-mauve:#f3e2f3;
}