Color names in this palette
CSS code for this palette
/* CSS */
.romantic-morning {
color: #e1b6e2;
}
.mauve-mist {
color: #c599d6;
}
.prickly-purple {
color: #a669bf;
}
.studio {
color: #6d499c;
}
.galactic-purple {
color: #3f2a92;
}
/* CSS Variables */
:root {
--romantic-morning:#e1b6e2;
--mauve-mist:#c599d6;
--prickly-purple:#a669bf;
--studio:#6d499c;
--galactic-purple:#3f2a92;
}