Color names in this palette
CSS code for this palette
/* CSS */
.scarlet-gum {
color: #4b2c54;
}
.magenta-violet {
color: #6a4e8d;
}
.silken-raspberry {
color: #a77b8e;
}
.hanover {
color: #d9c5b0;
}
.martica {
color: #f3e4b9;
}
/* CSS Variables */
:root {
--scarlet-gum:#4b2c54;
--magenta-violet:#6a4e8d;
--silken-raspberry:#a77b8e;
--hanover:#d9c5b0;
--martica:#f3e4b9;
}