Color names in this palette
CSS code for this palette
/* CSS */
.gold-tips {
color: #e4b125;
}
.golden-grass {
color: #d9a930;
}
.energy-yellow {
color: #f7d350;
}
.wild-lime {
color: #c5c94f;
}
.frugal {
color: #a7d7b4;
}
/* CSS Variables */
:root {
--gold-tips:#e4b125;
--golden-grass:#d9a930;
--energy-yellow:#f7d350;
--wild-lime:#c5c94f;
--frugal:#a7d7b4;
}