Color names in this palette
CSS code for this palette
/* CSS */
.lover-s-hideaway {
color: #d1c6b3;
}
.frosty-cedar {
color: #a2a790;
}
.farm-fresh {
color: #8c9c86;
}
.garden-greenery {
color: #647d68;
}
.brochantite-green {
color: #4b6361;
}
/* CSS Variables */
:root {
--lover-s-hideaway:#d1c6b3;
--frosty-cedar:#a2a790;
--farm-fresh:#8c9c86;
--garden-greenery:#647d68;
--brochantite-green:#4b6361;
}