Color names in this palette
CSS code for this palette
/* CSS */
.lynx-white {
color: #f5f9f8;
}
.aqua-glass {
color: #d0e7e1;
}
.cay {
color: #a4d3d6;
}
.florida-turquoise {
color: #6bb8b0;
}
.blue-chill {
color: #3b8c8b;
}
/* CSS Variables */
:root {
--lynx-white:#f5f9f8;
--aqua-glass:#d0e7e1;
--cay:#a4d3d6;
--florida-turquoise:#6bb8b0;
--blue-chill:#3b8c8b;
}