Color names in this palette
CSS code for this palette
/* CSS */
.hidden-path {
color: #e5d6b8;
}
.almond-butter {
color: #d7c6a8;
}
.frontier-fort {
color: #c1b19f;
}
.sepia-tone {
color: #b6a88b;
}
.mongoose {
color: #a58b6f;
}
/* CSS Variables */
:root {
--hidden-path:#e5d6b8;
--almond-butter:#d7c6a8;
--frontier-fort:#c1b19f;
--sepia-tone:#b6a88b;
--mongoose:#a58b6f;
}