CSS code for this palette
/* CSS */
.maldives {
color: #00bdd6;
}
.vanadyl-blue {
color: #00a5e0;
}
.clean-pool {
color: #4fb8e8;
}
.mint-macaron {
color: #b1eaf2;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--maldives:#00bdd6;
--vanadyl-blue:#00a5e0;
--clean-pool:#4fb8e8;
--mint-macaron:#b1eaf2;
--white:#ffffff;
}