Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.alden-till {
color: #7c4b4b;
}
.terra-tone {
color: #b86b6b;
}
.ageless-beauty {
color: #e6a798;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--alden-till:#7c4b4b;
--terra-tone:#b86b6b;
--ageless-beauty:#e6a798;
--marigold-dust:#f4cf3e;
}