Color names in this palette
CSS code for this palette
/* CSS */
.minsk {
color: #3f2c68;
}
.purple-corallite {
color: #5b4f8c;
}
.plum-preserve {
color: #7b73b0;
}
.geranium-bud {
color: #d19fc7;
}
.ice-cream-parlour {
color: #f8d5af;
}
/* CSS Variables */
:root {
--minsk:#3f2c68;
--purple-corallite:#5b4f8c;
--plum-preserve:#7b73b0;
--geranium-bud:#d19fc7;
--ice-cream-parlour:#f8d5af;
}