Color names in this palette
CSS code for this palette
/* CSS */
.blue-moon {
color: #3b8fab;
}
.fitness-blue {
color: #5bb8d2;
}
.island-paradise {
color: #8fe1e5;
}
.waterspout {
color: #abf3f7;
}
.ice {
color: #d6f8fa;
}
/* CSS Variables */
:root {
--blue-moon:#3b8fab;
--fitness-blue:#5bb8d2;
--island-paradise:#8fe1e5;
--waterspout:#abf3f7;
--ice:#d6f8fa;
}