Color names in this palette
CSS code for this palette
/* CSS */
.cherokee-dignity {
color: #e57b1f;
}
.summerset {
color: #c77d3d;
}
.around-the-gills {
color: #a7b66d;
}
.grassy-ochre {
color: #b4a03c;
}
.chili-con-carne {
color: #9a5a2d;
}
/* CSS Variables */
:root {
--cherokee-dignity:#e57b1f;
--summerset:#c77d3d;
--around-the-gills:#a7b66d;
--grassy-ochre:#b4a03c;
--chili-con-carne:#9a5a2d;
}