Color names in this palette
CSS code for this palette
/* CSS */
.dark-imperial-blue {
color: #00446b;
}
.mosaic-blue {
color: #007e94;
}
.garish-blue {
color: #00a4b3;
}
.may-day {
color: #4fc9c9;
}
.everest {
color: #a2e2e2;
}
/* CSS Variables */
:root {
--dark-imperial-blue:#00446b;
--mosaic-blue:#007e94;
--garish-blue:#00a4b3;
--may-day:#4fc9c9;
--everest:#a2e2e2;
}