Color names in this palette
CSS code for this palette
/* CSS */
.orchid-tint {
color: #d4c8d5;
}
.tea-towel {
color: #c5a7c8;
}
.lobby-lilac {
color: #a67db5;
}
.heath-spotted-orchid {
color: #a05a9f;
}
.plum-jam {
color: #6e4a82;
}
/* CSS Variables */
:root {
--orchid-tint:#d4c8d5;
--tea-towel:#c5a7c8;
--lobby-lilac:#a67db5;
--heath-spotted-orchid:#a05a9f;
--plum-jam:#6e4a82;
}