Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1b7793;
}
.lake-tahoe-turquoise {
color: #3bb1b5;
}
.hammam-blue {
color: #6ed8d3;
}
.ice-crystal-blue {
color: #a6e2e1;
}
.cor-de-pele {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--bateau:#1b7793;
--lake-tahoe-turquoise:#3bb1b5;
--hammam-blue:#6ed8d3;
--ice-crystal-blue:#a6e2e1;
--cor-de-pele:#f4c3c3;
}