Color names in this palette
CSS code for this palette
/* CSS */
.lobaria-lichen {
color: #a3c8b6;
}
.festival-de-verano {
color: #b8e0da;
}
.light-shutterbug {
color: #d0f1e3;
}
.chef-s-hat {
color: #f3f6f5;
}
.kind-green {
color: #a6c5b3;
}
/* CSS Variables */
:root {
--lobaria-lichen:#a3c8b6;
--festival-de-verano:#b8e0da;
--light-shutterbug:#d0f1e3;
--chef-s-hat:#f3f6f5;
--kind-green:#a6c5b3;
}