Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #296d8e;
}
.maui-blue {
color: #4ca0b8;
}
.aqua-zing {
color: #7edddb;
}
.icy-breeze {
color: #c0eff2;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#296d8e;
--maui-blue:#4ca0b8;
--aqua-zing:#7edddb;
--icy-breeze:#c0eff2;
}