Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.silken-raspberry {
color: #a77b8e;
}
.self-destruct {
color: #c3b298;
}
.syndicalist {
color: #f5c400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--silken-raspberry:#a77b8e;
--self-destruct:#c3b298;
--syndicalist:#f5c400;
--grapefruit-pulp:#ff6e61;
}