Color names in this palette
CSS code for this palette
/* CSS */
.creamy-white {
color: #f0e8d6;
}
.airy-green {
color: #d9e1c6;
}
.bleached-spruce {
color: #b8d9b0;
}
.lobaria-lichen {
color: #9fc6af;
}
.garden-view {
color: #8cba9a;
}
/* CSS Variables */
:root {
--creamy-white:#f0e8d6;
--airy-green:#d9e1c6;
--bleached-spruce:#b8d9b0;
--lobaria-lichen:#9fc6af;
--garden-view:#8cba9a;
}