Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5f898c;
}
.dexter {
color: #6eb4b2;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.ice-cold-white {
color: #dff1e3;
}
.lynx-white {
color: #f6f9f7;
}
/* CSS Variables */
:root {
--steel-teal:#5f898c;
--dexter:#6eb4b2;
--touch-of-turquoise:#a2d7cf;
--ice-cold-white:#dff1e3;
--lynx-white:#f6f9f7;
}