Color names in this palette
CSS code for this palette
/* CSS */
.praise-of-shadow {
color: #1f0f4d;
}
.minsk {
color: #3c296a;
}
.magenta-violet {
color: #6e4f8c;
}
.design-delight {
color: #a47cb1;
}
.cotton-candy-aesthetic {
color: #f5b8de;
}
/* CSS Variables */
:root {
--praise-of-shadow:#1f0f4d;
--minsk:#3c296a;
--magenta-violet:#6e4f8c;
--design-delight:#a47cb1;
--cotton-candy-aesthetic:#f5b8de;
}