Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4b2c2a;
}
.mexican-red {
color: #9c3d3a;
}
.reductant {
color: #e75a5a;
}
.creamy-orange-blush {
color: #ff9c7a;
}
.ballet-skirt {
color: #ffc7b3;
}
/* CSS Variables */
:root {
--brown-coffee:#4b2c2a;
--mexican-red:#9c3d3a;
--reductant:#e75a5a;
--creamy-orange-blush:#ff9c7a;
--ballet-skirt:#ffc7b3;
}