Color names in this palette
CSS code for this palette
/* CSS */
.blue-venus {
color: #3a7e7c;
}
.taos-turquoise {
color: #2c8c85;
}
.tropical-hideaway {
color: #1ea49f;
}
.tropical-tide {
color: #5ec5b2;
}
.sea-foam {
color: #83e2d2;
}
/* CSS Variables */
:root {
--blue-venus:#3a7e7c;
--taos-turquoise:#2c8c85;
--tropical-hideaway:#1ea49f;
--tropical-tide:#5ec5b2;
--sea-foam:#83e2d2;
}