Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.anime {
color: #d1c44d;
}
.golden-passionfruit {
color: #b3ba2c;
}
.limetta {
color: #8d9e1f;
}
.murky-green {
color: #6d7a10;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--anime:#d1c44d;
--golden-passionfruit:#b3ba2c;
--limetta:#8d9e1f;
--murky-green:#6d7a10;
}