Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.tropical-escape {
color: #51bdaf;
}
.sea-foam {
color: #8de7d1;
}
.east-cape {
color: #b2f5e1;
}
.winter-mist {
color: #e5ffeb;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--tropical-escape:#51bdaf;
--sea-foam:#8de7d1;
--east-cape:#b2f5e1;
--winter-mist:#e5ffeb;
}