Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #abbff2;
}
.dun-morogh-blue {
color: #80b5e0;
}
.blue-astro {
color: #4ea9da;
}
.stratos-blue {
color: #3a9acb;
}
.bateau {
color: #1c799b;
}
/* CSS Variables */
:root {
--sky-high:#abbff2;
--dun-morogh-blue:#80b5e0;
--blue-astro:#4ea9da;
--stratos-blue:#3a9acb;
--bateau:#1c799b;
}