Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.emerald-wave {
color: #4eb7a5;
}
.mintos {
color: #7eddd0;
}
.pale-king-s-blue {
color: #aaf3e6;
}
.frosty-mint {
color: #e2f8f1;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--emerald-wave:#4eb7a5;
--mintos:#7eddd0;
--pale-king-s-blue:#aaf3e6;
--frosty-mint:#e2f8f1;
}