Color names in this palette
CSS code for this palette
/* CSS */
.lawn-party {
color: #5dbb6a;
}
.fennel {
color: #8ccf9a;
}
.reef-green {
color: #a3e1c1;
}
.frozen-civilization {
color: #e1f4e5;
}
.touch-of-mint {
color: #f7fff5;
}
/* CSS Variables */
:root {
--lawn-party:#5dbb6a;
--fennel:#8ccf9a;
--reef-green:#a3e1c1;
--frozen-civilization:#e1f4e5;
--touch-of-mint:#f7fff5;
}