Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4b2d8f;
}
.blue-marguerite {
color: #6d5aba;
}
.lilac-purple {
color: #a17fc3;
}
.geranium-bud {
color: #d3a1c5;
}
.manga-pink {
color: #f4b8d8;
}
/* CSS Variables */
:root {
--galactic-purple:#4b2d8f;
--blue-marguerite:#6d5aba;
--lilac-purple:#a17fc3;
--geranium-bud:#d3a1c5;
--manga-pink:#f4b8d8;
}