Color names in this palette
CSS code for this palette
/* CSS */
.minsk {
color: #3a2c68;
}
.purple-corallite {
color: #5b4f8c;
}
.amethyst-orchid {
color: #8e6da2;
}
.lili-elbe-s-pink {
color: #d7a3b2;
}
.lady-pink {
color: #f2d3cf;
}
/* CSS Variables */
:root {
--minsk:#3a2c68;
--purple-corallite:#5b4f8c;
--amethyst-orchid:#8e6da2;
--lili-elbe-s-pink:#d7a3b2;
--lady-pink:#f2d3cf;
}