Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4c2d8f;
}
.blue-marguerite {
color: #6b4fba;
}
.faraway-sky {
color: #8c7ec4;
}
.dreamy-candy-forest {
color: #b69ee5;
}
.rose-drag-e {
color: #e9d1ff;
}
/* CSS Variables */
:root {
--galactic-purple:#4c2d8f;
--blue-marguerite:#6b4fba;
--faraway-sky:#8c7ec4;
--dreamy-candy-forest:#b69ee5;
--rose-drag-e:#e9d1ff;
}