Color names in this palette
CSS code for this palette
/* CSS */
.posy {
color: #f3e0d3;
}
.country-cottage {
color: #d9c2b5;
}
.florida-grey {
color: #bfa6a1;
}
.fresh-cedar {
color: #a37e75;
}
.sequoia-dusk {
color: #785a54;
}
/* CSS Variables */
:root {
--posy:#f3e0d3;
--country-cottage:#d9c2b5;
--florida-grey:#bfa6a1;
--fresh-cedar:#a37e75;
--sequoia-dusk:#785a54;
}