Color names in this palette
CSS code for this palette
/* CSS */
.hidden-sea-glass {
color: #71d1c6;
}
.tropical-escape {
color: #4cb8b1;
}
.baltic-green {
color: #3c9f9d;
}
.taos-turquoise {
color: #2a8c8d;
}
.blue-kelp {
color: #1c7b7d;
}
/* CSS Variables */
:root {
--hidden-sea-glass:#71d1c6;
--tropical-escape:#4cb8b1;
--baltic-green:#3c9f9d;
--taos-turquoise:#2a8c8d;
--blue-kelp:#1c7b7d;
}