Color names in this palette
CSS code for this palette
/* CSS */
.touch-of-green {
color: #d9e9d3;
}
.lobaria-lichen {
color: #a3c8b6;
}
.melodious {
color: #7db5b1;
}
.tourmaline-turquoise {
color: #509b9a;
}
.zirconia-teal {
color: #2d7c7c;
}
/* CSS Variables */
:root {
--touch-of-green:#d9e9d3;
--lobaria-lichen:#a3c8b6;
--melodious:#7db5b1;
--tourmaline-turquoise:#509b9a;
--zirconia-teal:#2d7c7c;
}