Color names in this palette
CSS code for this palette
/* CSS */
.minsk {
color: #3b2d67;
}
.bright-eggplant {
color: #5e4b8b;
}
.court-jester {
color: #8f6b9e;
}
.buckwheat-mauve {
color: #b6a4b3;
}
.samantha-s-room {
color: #f3d3e6;
}
/* CSS Variables */
:root {
--minsk:#3b2d67;
--bright-eggplant:#5e4b8b;
--court-jester:#8f6b9e;
--buckwheat-mauve:#b6a4b3;
--samantha-s-room:#f3d3e6;
}