Color names in this palette
CSS code for this palette
/* CSS */
.tango-red {
color: #b21025;
}
.gilded {
color: #f5d94d;
}
.treacle {
color: #8b592d;
}
.brown-butter {
color: #a87e00;
}
.shearwater-black {
color: #5a5a6d;
}
/* CSS Variables */
:root {
--tango-red:#b21025;
--gilded:#f5d94d;
--treacle:#8b592d;
--brown-butter:#a87e00;
--shearwater-black:#5a5a6d;
}