Color names in this palette
CSS code for this palette
/* CSS */
.algiers-blue {
color: #008fb3;
}
.iris-blue {
color: #00b3c7;
}
.jade-glass {
color: #00d6d6;
}
.ice-crystal-blue {
color: #a7e6e3;
}
.coastal-breeze {
color: #def7f7;
}
/* CSS Variables */
:root {
--algiers-blue:#008fb3;
--iris-blue:#00b3c7;
--jade-glass:#00d6d6;
--ice-crystal-blue:#a7e6e3;
--coastal-breeze:#def7f7;
}