Color names in this palette
CSS code for this palette
/* CSS */
.manhattan {
color: #e2b27e;
}
.radome-tan {
color: #f1c7a2;
}
.sonora-shade {
color: #c49573;
}
.crimson-warrior {
color: #b0543b;
}
.covered-bridge {
color: #6c3d3d;
}
/* CSS Variables */
:root {
--manhattan:#e2b27e;
--radome-tan:#f1c7a2;
--sonora-shade:#c49573;
--crimson-warrior:#b0543b;
--covered-bridge:#6c3d3d;
}