Color names in this palette
CSS code for this palette
/* CSS */
.touch-of-green {
color: #d9e9d3;
}
.apple-cream {
color: #b6d7a8;
}
.lobaria-lichen {
color: #a3c8b4;
}
.milky-maize {
color: #f6d9a2;
}
.christy-s-smile {
color: #f8b9ce;
}
/* CSS Variables */
:root {
--touch-of-green:#d9e9d3;
--apple-cream:#b6d7a8;
--lobaria-lichen:#a3c8b4;
--milky-maize:#f6d9a2;
--christy-s-smile:#f8b9ce;
}