Color names in this palette
CSS code for this palette
/* CSS */
.what-inheritance {
color: #e8d6bb;
}
.desert-dust {
color: #e3b88c;
}
.copper-tan {
color: #e08f5c;
}
.fire-island {
color: #d7513c;
}
.mars-red {
color: #c52b3a;
}
/* CSS Variables */
:root {
--what-inheritance:#e8d6bb;
--desert-dust:#e3b88c;
--copper-tan:#e08f5c;
--fire-island:#d7513c;
--mars-red:#c52b3a;
}