Color names in this palette
CSS code for this palette
/* CSS */
.burst-of-lime {
color: #a7d94a;
}
.gold-tips {
color: #e6b328;
}
.yellow-essence {
color: #fce1b6;
}
.sun-orange {
color: #f47b1f;
}
.obstinate-orange {
color: #d85a2c;
}
/* CSS Variables */
:root {
--burst-of-lime:#a7d94a;
--gold-tips:#e6b328;
--yellow-essence:#fce1b6;
--sun-orange:#f47b1f;
--obstinate-orange:#d85a2c;
}