Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a6d8e3;
}
.bachelor-button {
color: #48b7d5;
}
.mosaic-blue {
color: #007e94;
}
.captive {
color: #005b6b;
}
.crowberry-blue {
color: #003b47;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a6d8e3;
--bachelor-button:#48b7d5;
--mosaic-blue:#007e94;
--captive:#005b6b;
--crowberry-blue:#003b47;
}