Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a5e0e3;
}
.aruba-blue {
color: #7dd6d9;
}
.baharroth-blue {
color: #5cc8cc;
}
.modal-blue {
color: #3ca8aa;
}
.ocean-liner {
color: #1f8e8c;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a5e0e3;
--aruba-blue:#7dd6d9;
--baharroth-blue:#5cc8cc;
--modal-blue:#3ca8aa;
--ocean-liner:#1f8e8c;
}