Color names in this palette
CSS code for this palette
/* CSS */
.always-almond {
color: #eae5d2;
}
.sandshell {
color: #d5c9b8;
}
.frontier-fort {
color: #c1b09f;
}
.prairie-dust {
color: #b8aa8e;
}
.olive-chutney {
color: #a79a7b;
}
/* CSS Variables */
:root {
--always-almond:#eae5d2;
--sandshell:#d5c9b8;
--frontier-fort:#c1b09f;
--prairie-dust:#b8aa8e;
--olive-chutney:#a79a7b;
}