Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.crystalsong-blue {
color: #4fb5b0;
}
.belize {
color: #82d3d4;
}
.cold-blooded {
color: #b5f1f2;
}
.frosty-mint {
color: #e2f8f6;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--crystalsong-blue:#4fb5b0;
--belize:#82d3d4;
--cold-blooded:#b5f1f2;
--frosty-mint:#e2f8f6;
}