Color names in this palette
CSS code for this palette
/* CSS */
.weekend-gardener {
color: #a2e2a6;
}
.relaxation-green {
color: #a4d4a0;
}
.patina-green {
color: #b8e6b3;
}
.basilisk-lizard {
color: #c3f0b2;
}
.snow-flurry {
color: #e7f9c3;
}
/* CSS Variables */
:root {
--weekend-gardener:#a2e2a6;
--relaxation-green:#a4d4a0;
--patina-green:#b8e6b3;
--basilisk-lizard:#c3f0b2;
--snow-flurry:#e7f9c3;
}