Color names in this palette
CSS code for this palette
/* CSS */
.thai-curry {
color: #b86e1e;
}
.trinket {
color: #d69a38;
}
.golden-lion {
color: #f0c86a;
}
.bright-sun {
color: #e6b82d;
}
.bright-bronze {
color: #a45c1e;
}
/* CSS Variables */
:root {
--thai-curry:#b86e1e;
--trinket:#d69a38;
--golden-lion:#f0c86a;
--bright-sun:#e6b82d;
--bright-bronze:#a45c1e;
}