Color names in this palette
CSS code for this palette
/* CSS */
.seaglass {
color: #d0e6dc;
}
.filtered-forest {
color: #b7e1d5;
}
.cyantific {
color: #75c7c0;
}
.taos-turquoise {
color: #2b8c8c;
}
.blue-hill {
color: #19494d;
}
/* CSS Variables */
:root {
--seaglass:#d0e6dc;
--filtered-forest:#b7e1d5;
--cyantific:#75c7c0;
--taos-turquoise:#2b8c8c;
--blue-hill:#19494d;
}