Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.summerset {
color: #c77b38;
}
.apricot-sorbet {
color: #e7a85f;
}
.sport-yellow {
color: #f2d578;
}
.rockfall {
color: #a7b9a8;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--summerset:#c77b38;
--apricot-sorbet:#e7a85f;
--sport-yellow:#f2d578;
--rockfall:#a7b9a8;
}