Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.scotch-thistle {
color: #9a6f9f;
}
.tea-towel {
color: #c4a3c7;
}
.sun-dust {
color: #f5e0a3;
}
.ginger-peach {
color: #f9d39f;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--scotch-thistle:#9a6f9f;
--tea-towel:#c4a3c7;
--sun-dust:#f5e0a3;
--ginger-peach:#f9d39f;
}