Color names in this palette
CSS code for this palette
/* CSS */
.cured-eggplant {
color: #3c103c;
}
.old-mauve {
color: #682c4b;
}
.feminism {
color: #9f5b7e;
}
.gizmo {
color: #d4a1b3;
}
.scented-spring {
color: #f2d2f4;
}
/* CSS Variables */
:root {
--cured-eggplant:#3c103c;
--old-mauve:#682c4b;
--feminism:#9f5b7e;
--gizmo:#d4a1b3;
--scented-spring:#f2d2f4;
}