Color names in this palette
CSS code for this palette
/* CSS */
.magnesia-bay {
color: #5dc7e5;
}
.chefchaouen-blue {
color: #a2d2e7;
}
.calm-waters {
color: #e6f7f9;
}
.shallow-shoal {
color: #9ed4d6;
}
.waterfall {
color: #3caaa4;
}
/* CSS Variables */
:root {
--magnesia-bay:#5dc7e5;
--chefchaouen-blue:#a2d2e7;
--calm-waters:#e6f7f9;
--shallow-shoal:#9ed4d6;
--waterfall:#3caaa4;
}