Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.malibu {
color: #6ab8e2;
}
.mystic-blue {
color: #4ba7d2;
}
.atmosphere {
color: #0096db;
}
.sea-sight {
color: #007a99;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--malibu:#6ab8e2;
--mystic-blue:#4ba7d2;
--atmosphere:#0096db;
--sea-sight:#007a99;
}