Color names in this palette
CSS code for this palette
/* CSS */
.fuchsite-green {
color: #5b806e;
}
.lobaria-lichen {
color: #a2c8b6;
}
.pine-water {
color: #e6e7d5;
}
.sweet-nectar {
color: #f8beaf;
}
.happy-hearts {
color: #d36464;
}
/* CSS Variables */
:root {
--fuchsite-green:#5b806e;
--lobaria-lichen:#a2c8b6;
--pine-water:#e6e7d5;
--sweet-nectar:#f8beaf;
--happy-hearts:#d36464;
}