Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-light-violet {
color: #d1c2d1;
}
.snuff {
color: #e5d7e5;
}
.minute-mauve {
color: #f3e2f3;
}
.sweet-serenade {
color: #fbc6d5;
}
.pink-fit {
color: #f5a3b2;
}
/* CSS Variables */
:root {
--amethyst-light-violet:#d1c2d1;
--snuff:#e5d7e5;
--minute-mauve:#f3e2f3;
--sweet-serenade:#fbc6d5;
--pink-fit:#f5a3b2;
}