Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1e6e99;
}
.aquatic-cool {
color: #3da5b8;
}
.slick-blue {
color: #6fd1d8;
}
.charlotte {
color: #a3e0e6;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--bateau:#1e6e99;
--aquatic-cool:#3da5b8;
--slick-blue:#6fd1d8;
--charlotte:#a3e0e6;
--distant-horizon:#f1f9f9;
}