Color names in this palette
CSS code for this palette
/* CSS */
.corrosion-green {
color: #4ca98b;
}
.lobaria-lichen {
color: #a2c8b5;
}
.fairest-jade {
color: #d0e2d0;
}
.desert-iguana {
color: #f2f4e1;
}
.warming-peach {
color: #e6b8a2;
}
/* CSS Variables */
:root {
--corrosion-green:#4ca98b;
--lobaria-lichen:#a2c8b5;
--fairest-jade:#d0e2d0;
--desert-iguana:#f2f4e1;
--warming-peach:#e6b8a2;
}