Color names in this palette
CSS code for this palette
/* CSS */
.night-fog {
color: #2b1b69;
}
.galactic-purple {
color: #4a2d9a;
}
.simply-purple {
color: #6e4bb9;
}
.heart-potion {
color: #a97cb1;
}
.sweetheart {
color: #f1c1d6;
}
/* CSS Variables */
:root {
--night-fog:#2b1b69;
--galactic-purple:#4a2d9a;
--simply-purple:#6e4bb9;
--heart-potion:#a97cb1;
--sweetheart:#f1c1d6;
}