Color names in this palette
CSS code for this palette
/* CSS */
.lobaria-lichen {
color: #a3c8b4;
}
.aquarelle-green {
color: #e2f3e5;
}
.laundry-white {
color: #f4f9f1;
}
.herbal-mist {
color: #d2e5d3;
}
.ginninderra {
color: #b1d2c1;
}
/* CSS Variables */
:root {
--lobaria-lichen:#a3c8b4;
--aquarelle-green:#e2f3e5;
--laundry-white:#f4f9f1;
--herbal-mist:#d2e5d3;
--ginninderra:#b1d2c1;
}