Color names in this palette
CSS code for this palette
/* CSS */
.blazing-autumn {
color: #f2b063;
}
.indian-yellow {
color: #e7a55a;
}
.georgian-yellow {
color: #d49849;
}
.anzac {
color: #c38f3c;
}
.chai-tea {
color: #a47c2d;
}
/* CSS Variables */
:root {
--blazing-autumn:#f2b063;
--indian-yellow:#e7a55a;
--georgian-yellow:#d49849;
--anzac:#c38f3c;
--chai-tea:#a47c2d;
}