Color names in this palette
CSS code for this palette
/* CSS */
.nautical {
color: #2e4a7f;
}
.blue-antarctic {
color: #4c799a;
}
.mintage {
color: #77c0b2;
}
.celtic-spring {
color: #a9e0b4;
}
.maybe-maui {
color: #f6d38e;
}
/* CSS Variables */
:root {
--nautical:#2e4a7f;
--blue-antarctic:#4c799a;
--mintage:#77c0b2;
--celtic-spring:#a9e0b4;
--maybe-maui:#f6d38e;
}