All Palettes

Color Palette #2c2e30, #6d3f3c, #a14b45, #e28a2c, #fef7e1

0%
0%
0%

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;
}

More palettes to explore