Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c5a7;
}
.entrada-sandstone {
color: #d5b29a;
}
.oat-field {
color: #bfac88;
}
.serpentine-green {
color: #a3b77b;
}
.parisian-patina {
color: #7d9b8e;
}
/* CSS Variables */
:root {
--peach-damask:#f6c5a7;
--entrada-sandstone:#d5b29a;
--oat-field:#bfac88;
--serpentine-green:#a3b77b;
--parisian-patina:#7d9b8e;
}