Color names in this palette
CSS code for this palette
/* CSS */
.warpstone-glow {
color: #1a7f3d;
}
.forest-maid {
color: #4fbf60;
}
.pastel-green {
color: #7edd81;
}
.basil-smash {
color: #b3e7a2;
}
.lemon-sugar {
color: #f0f9e1;
}
/* CSS Variables */
:root {
--warpstone-glow:#1a7f3d;
--forest-maid:#4fbf60;
--pastel-green:#7edd81;
--basil-smash:#b3e7a2;
--lemon-sugar:#f0f9e1;
}