Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.lizard-breath {
color: #e8b730;
}
.brassy-tint {
color: #d6a938;
}
.fluorescent-lime {
color: #b5c62f;
}
.forest-lichen {
color: #9fa126;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--lizard-breath:#e8b730;
--brassy-tint:#d6a938;
--fluorescent-lime:#b5c62f;
--forest-lichen:#9fa126;
}