Color names in this palette
CSS code for this palette
/* CSS */
.garlic-clove {
color: #e2d6c0;
}
.country-cottage {
color: #d9c2b5;
}
.frontier-fort {
color: #c1b19f;
}
.nantucket-sands {
color: #b5a99b;
}
.exploring-khaki {
color: #a89b7a;
}
/* CSS Variables */
:root {
--garlic-clove:#e2d6c0;
--country-cottage:#d9c2b5;
--frontier-fort:#c1b19f;
--nantucket-sands:#b5a99b;
--exploring-khaki:#a89b7a;
}