Color names in this palette
CSS code for this palette
/* CSS */
.summerset {
color: #c77d3d;
}
.mustard-musketeers {
color: #d4a42b;
}
.golden-yarrow {
color: #e6c74c;
}
.overcast-brick {
color: #b85a3d;
}
.garfield {
color: #a95328;
}
/* CSS Variables */
:root {
--summerset:#c77d3d;
--mustard-musketeers:#d4a42b;
--golden-yarrow:#e6c74c;
--overcast-brick:#b85a3d;
--garfield:#a95328;
}