Color names in this palette
CSS code for this palette
/* CSS */
.re-entry {
color: #d94a4a;
}
.dash-of-curry {
color: #c76a5c;
}
.manhattan {
color: #e2ad7e;
}
.bruin-spice {
color: #d3b99c;
}
.coral-stone {
color: #dfc2b3;
}
/* CSS Variables */
:root {
--re-entry:#d94a4a;
--dash-of-curry:#c76a5c;
--manhattan:#e2ad7e;
--bruin-spice:#d3b99c;
--coral-stone:#dfc2b3;
}