Color names in this palette
CSS code for this palette
/* CSS */
.frosty-soft-blue {
color: #b2e0e0;
}
.fling-green {
color: #8dd3d3;
}
.fresh-soft-blue {
color: #6bb8b8;
}
.blue-turquoise {
color: #4bafaf;
}
.taos-turquoise {
color: #298e8e;
}
/* CSS Variables */
:root {
--frosty-soft-blue:#b2e0e0;
--fling-green:#8dd3d3;
--fresh-soft-blue:#6bb8b8;
--blue-turquoise:#4bafaf;
--taos-turquoise:#298e8e;
}