Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5e8c;
}
.tech-wave {
color: #4b7c9b;
}
.aquarelle {
color: #5ea5b5;
}
.water-slide {
color: #a3d0d1;
}
.diamond-white {
color: #e0f3f5;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5e8c;
--tech-wave:#4b7c9b;
--aquarelle:#5ea5b5;
--water-slide:#a3d0d1;
--diamond-white:#e0f3f5;
}