Color names in this palette
CSS code for this palette
/* CSS */
.explorer-of-the-galaxies {
color: #3c1a6b;
}
.grapes-of-italy {
color: #6e4c90;
}
.violetta {
color: #a76c99;
}
.rhubarb-gin {
color: #d7a8c2;
}
.samantha-s-room {
color: #f3d3e6;
}
/* CSS Variables */
:root {
--explorer-of-the-galaxies:#3c1a6b;
--grapes-of-italy:#6e4c90;
--violetta:#a76c99;
--rhubarb-gin:#d7a8c2;
--samantha-s-room:#f3d3e6;
}