Color names in this palette
CSS code for this palette
/* CSS */
.warpstone-glow {
color: #1a7f3d;
}
.forest-maid {
color: #4cb86b;
}
.vic-20-green {
color: #8fd98c;
}
.washed-out-green {
color: #c4f0a8;
}
.banana-yogurt {
color: #f8e8b4;
}
/* CSS Variables */
:root {
--warpstone-glow:#1a7f3d;
--forest-maid:#4cb86b;
--vic-20-green:#8fd98c;
--washed-out-green:#c4f0a8;
--banana-yogurt:#f8e8b4;
}