Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1f7898;
}
.thalassa {
color: #4cb0bd;
}
.aqua-zing {
color: #7ed7d6;
}
.ice-crystal-blue {
color: #a4e5e4;
}
.coastal-breeze {
color: #e2f7f8;
}
/* CSS Variables */
:root {
--bateau:#1f7898;
--thalassa:#4cb0bd;
--aqua-zing:#7ed7d6;
--ice-crystal-blue:#a4e5e4;
--coastal-breeze:#e2f7f8;
}