Color names in this palette
CSS code for this palette
/* CSS */
.radical-green {
color: #39682c;
}
.nasturtium-shoot {
color: #8ca04b;
}
.citron {
color: #d2c85b;
}
.zucchini-flower {
color: #e8a84f;
}
.strawberry-avalanche {
color: #f04c3d;
}
/* CSS Variables */
:root {
--radical-green:#39682c;
--nasturtium-shoot:#8ca04b;
--citron:#d2c85b;
--zucchini-flower:#e8a84f;
--strawberry-avalanche:#f04c3d;
}