Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4b2d8f;
}
.blue-marguerite {
color: #6959ab;
}
.sweet-lavender {
color: #8b8bb6;
}
.simply-sparkling {
color: #aec4e0;
}
.sheer-lavender {
color: #f0e4f1;
}
/* CSS Variables */
:root {
--galactic-purple:#4b2d8f;
--blue-marguerite:#6959ab;
--sweet-lavender:#8b8bb6;
--simply-sparkling:#aec4e0;
--sheer-lavender:#f0e4f1;
}