Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d6c0d8;
}
.tea-towel {
color: #c4a3c7;
}
.lobby-lilac {
color: #a87cb6;
}
.plum-power {
color: #7d5c8a;
}
.honey-flower {
color: #5b3c6d;
}
/* CSS Variables */
:root {
--thistle:#d6c0d8;
--tea-towel:#c4a3c7;
--lobby-lilac:#a87cb6;
--plum-power:#7d5c8a;
--honey-flower:#5b3c6d;
}