CSS code for this palette
/* CSS */
.clean-pool {
color: #4ac3e8;
}
.opalescent {
color: #3c96c3;
}
.faience {
color: #2e6b8a;
}
.regal-blue {
color: #203d56;
}
.tech-wave {
color: #4c7b9a;
}
/* CSS Variables */
:root {
--clean-pool:#4ac3e8;
--opalescent:#3c96c3;
--faience:#2e6b8a;
--regal-blue:#203d56;
--tech-wave:#4c7b9a;
}