Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6c508b;
}
.radiant-orchid {
color: #a65e9a;
}
.in-the-slip {
color: #e5c2d2;
}
.cymophane-yellow {
color: #f3e5a5;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--magenta-violet:#6c508b;
--radiant-orchid:#a65e9a;
--in-the-slip:#e5c2d2;
--cymophane-yellow:#f3e5a5;
--american-yellow:#f5b400;
}