Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #50c5e2;
}
.neon-nazar {
color: #4fdedb;
}
.poseidon-jr {
color: #5cebf0;
}
.poseidon-jr {
color: #62f4f4;
}
.duck-egg-blue {
color: #c4f8f1;
}
/* CSS Variables */
:root {
--clean-pool:#50c5e2;
--neon-nazar:#4fdedb;
--poseidon-jr:#5cebf0;
--poseidon-jr:#62f4f4;
--duck-egg-blue:#c4f8f1;
}