Color names in this palette
CSS code for this palette
/* CSS */
.red-contrast {
color: #b43131;
}
.cedar-chest {
color: #c85c4c;
}
.balcony-sunset {
color: #d8906e;
}
.creole-cottage {
color: #e6b798;
}
.indian-clay {
color: #f2cfc0;
}
/* CSS Variables */
:root {
--red-contrast:#b43131;
--cedar-chest:#c85c4c;
--balcony-sunset:#d8906e;
--creole-cottage:#e6b798;
--indian-clay:#f2cfc0;
}