Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.bright-midnight-blue {
color: #1e4876;
}
.hippie-blue {
color: #49899c;
}
.turquoise-sea {
color: #6dd6e8;
}
.ice-crystal-blue {
color: #a5e4e0;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--bright-midnight-blue:#1e4876;
--hippie-blue:#49899c;
--turquoise-sea:#6dd6e8;
--ice-crystal-blue:#a5e4e0;
}