Color names in this palette
CSS code for this palette
/* CSS */
.caviar {
color: #2c2e30;
}
.burgundy-wine {
color: #6d3f3c;
}
.redrock-canyon {
color: #a14b45;
}
.status-bronze {
color: #e28a2c;
}
.still-morning {
color: #fef7e1;
}
/* CSS Variables */
:root {
--caviar:#2c2e30;
--burgundy-wine:#6d3f3c;
--redrock-canyon:#a14b45;
--status-bronze:#e28a2c;
--still-morning:#fef7e1;
}