Color names in this palette
CSS code for this palette
/* CSS */
.lobaria-lichen {
color: #a3c8b4;
}
.little-league {
color: #6d9c8f;
}
.eerie-glow {
color: #a7d7b8;
}
.toadstool-dot {
color: #d9e7d9;
}
.bakery-box {
color: #f0f4f2;
}
/* CSS Variables */
:root {
--lobaria-lichen:#a3c8b4;
--little-league:#6d9c8f;
--eerie-glow:#a7d7b8;
--toadstool-dot:#d9e7d9;
--bakery-box:#f0f4f2;
}