Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1ba4b;
}
.dried-goldenrod {
color: #e3a726;
}
.chanterelle {
color: #d49d1c;
}
.thai-curry {
color: #b76e1f;
}
.ancient-bronze {
color: #9f521e;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1ba4b;
--dried-goldenrod:#e3a726;
--chanterelle:#d49d1c;
--thai-curry:#b76e1f;
--ancient-bronze:#9f521e;
}