Color names in this palette
CSS code for this palette
/* CSS */
.perfect-sky {
color: #409bd4;
}
.clean-pool {
color: #5ac6e7;
}
.shallow-water {
color: #8ef1f6;
}
.ice-crystal-blue {
color: #a8e1e0;
}
.mid-spring-morning {
color: #d0f6f1;
}
/* CSS Variables */
:root {
--perfect-sky:#409bd4;
--clean-pool:#5ac6e7;
--shallow-water:#8ef1f6;
--ice-crystal-blue:#a8e1e0;
--mid-spring-morning:#d0f6f1;
}