Color names in this palette
CSS code for this palette
/* CSS */
.glacier-point {
color: #b2d8e6;
}
.idyllic-isle {
color: #92c6d3;
}
.maritime-soft-blue {
color: #68b7c0;
}
.blue-racer {
color: #4ca3a9;
}
.taos-turquoise {
color: #2d8b89;
}
/* CSS Variables */
:root {
--glacier-point:#b2d8e6;
--idyllic-isle:#92c6d3;
--maritime-soft-blue:#68b7c0;
--blue-racer:#4ca3a9;
--taos-turquoise:#2d8b89;
}