Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.lavender-water {
color: #d3c5e2;
}
.sweet-lilac {
color: #e8b5d0;
}
.citrus-sachet {
color: #f4c8a9;
}
.pattypan {
color: #e7b80d;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--lavender-water:#d3c5e2;
--sweet-lilac:#e8b5d0;
--citrus-sachet:#f4c8a9;
--pattypan:#e7b80d;
}