Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4c2d95;
}
.swiss-plum {
color: #5b4fba;
}
.twilight-twinkle {
color: #7c80cb;
}
.sorbet-ice-mauve {
color: #a3a5e0;
}
.nostalgia-perfume {
color: #dbdbf5;
}
/* CSS Variables */
:root {
--galactic-purple:#4c2d95;
--swiss-plum:#5b4fba;
--twilight-twinkle:#7c80cb;
--sorbet-ice-mauve:#a3a5e0;
--nostalgia-perfume:#dbdbf5;
}