Color names in this palette
CSS code for this palette
/* CSS */
.suntan {
color: #d9b3a1;
}
.citrus-sachet {
color: #f1c6a7;
}
.tuft-bush {
color: #f9d2be;
}
.petals-unfolding {
color: #f5b8c1;
}
.sweet-lilac {
color: #e8b5d0;
}
/* CSS Variables */
:root {
--suntan:#d9b3a1;
--citrus-sachet:#f1c6a7;
--tuft-bush:#f9d2be;
--petals-unfolding:#f5b8c1;
--sweet-lilac:#e8b5d0;
}