Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-jay {
color: #4e8bda;
}
.atmosphere {
color: #0096db;
}
.mosaic-blue {
color: #007e94;
}
.captive {
color: #005b6b;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-jay:#4e8bda;
--atmosphere:#0096db;
--mosaic-blue:#007e94;
--captive:#005b6b;
}