Color names in this palette
CSS code for this palette
/* CSS */
.uptown-taupe {
color: #f0e3d6;
}
.larb-gai {
color: #e0c6a9;
}
.city-sunrise {
color: #d1a77b;
}
.toffee-tart {
color: #bf8b4f;
}
.eagle {
color: #a66d3a;
}
/* CSS Variables */
:root {
--uptown-taupe:#f0e3d6;
--larb-gai:#e0c6a9;
--city-sunrise:#d1a77b;
--toffee-tart:#bf8b4f;
--eagle:#a66d3a;
}