Color names in this palette
CSS code for this palette
/* CSS */
.midsummer-gold {
color: #ebaf37;
}
.basket-of-gold {
color: #f1d03b;
}
.mango-margarita {
color: #f6b74c;
}
.christmas-orange {
color: #d86b2c;
}
.texas-ranger-brown {
color: #a34d2e;
}
/* CSS Variables */
:root {
--midsummer-gold:#ebaf37;
--basket-of-gold:#f1d03b;
--mango-margarita:#f6b74c;
--christmas-orange:#d86b2c;
--texas-ranger-brown:#a34d2e;
}