Color names in this palette
CSS code for this palette
/* CSS */
.buff {
color: #f0db7f;
}
.tasman-honey-yellow {
color: #e4c95e;
}
.woven-gold {
color: #d6b73d;
}
.sharp-lime {
color: #bfae2b;
}
.lucky {
color: #a9a41e;
}
/* CSS Variables */
:root {
--buff:#f0db7f;
--tasman-honey-yellow:#e4c95e;
--woven-gold:#d6b73d;
--sharp-lime:#bfae2b;
--lucky:#a9a41e;
}