Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.high-maintenance {
color: #d68ab0;
}
.meadow-mauve {
color: #a65996;
}
.sparkling-grape {
color: #7f3d7b;
}
.galactic-wonder {
color: #491f5c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--high-maintenance:#d68ab0;
--meadow-mauve:#a65996;
--sparkling-grape:#7f3d7b;
--galactic-wonder:#491f5c;
}