Color names in this palette
CSS code for this palette
/* CSS */
.cookie-crust {
color: #e6b456;
}
.corn-snake {
color: #a85e34;
}
.uplifting-yellow {
color: #e79727;
}
.yellow-currant {
color: #f6c76a;
}
.chaat-masala {
color: #ea7d2a;
}
/* CSS Variables */
:root {
--cookie-crust:#e6b456;
--corn-snake:#a85e34;
--uplifting-yellow:#e79727;
--yellow-currant:#f6c76a;
--chaat-masala:#ea7d2a;
}