Color names in this palette
CSS code for this palette
/* CSS */
.etcetera {
color: #e1c6d3;
}
.marsh-orchid {
color: #c3a2c1;
}
.bell-heather {
color: #a877b1;
}
.meadow-violet {
color: #7b4f82;
}
.deep-plum {
color: #4d2a5a;
}
/* CSS Variables */
:root {
--etcetera:#e1c6d3;
--marsh-orchid:#c3a2c1;
--bell-heather:#a877b1;
--meadow-violet:#7b4f82;
--deep-plum:#4d2a5a;
}