Color names in this palette
CSS code for this palette
/* CSS */
.thai-curry {
color: #c16b1f;
}
.coppersmith {
color: #d68c3d;
}
.cookie-crust {
color: #e3b559;
}
.mille-feuille {
color: #f1c77e;
}
.sweet-curry {
color: #e8a778;
}
/* CSS Variables */
:root {
--thai-curry:#c16b1f;
--coppersmith:#d68c3d;
--cookie-crust:#e3b559;
--mille-feuille:#f1c77e;
--sweet-curry:#e8a778;
}