Color names in this palette
CSS code for this palette
/* CSS */
.glazed-ginger {
color: #a35b2e;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.norman-shaw-goldspar {
color: #e8c98d;
}
.rhythmic-blue {
color: #b8d5d6;
}
.corrosion-green {
color: #4d9d8c;
}
/* CSS Variables */
:root {
--glazed-ginger:#a35b2e;
--maximum-yellow-red:#f0ba4c;
--norman-shaw-goldspar:#e8c98d;
--rhythmic-blue:#b8d5d6;
--corrosion-green:#4d9d8c;
}