Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #813d99;
}
.heath-spotted-orchid {
color: #995b9a;
}
.rhubarb-gin {
color: #d8a6c4;
}
.hopeful {
color: #f2d4e1;
}
.sunbeam {
color: #f3f0b4;
}
/* CSS Variables */
:root {
--cadmium-violet:#813d99;
--heath-spotted-orchid:#995b9a;
--rhubarb-gin:#d8a6c4;
--hopeful:#f2d4e1;
--sunbeam:#f3f0b4;
}