Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #abbff2;
}
.goluboy-blue {
color: #8eb8e1;
}
.ethereal-blue {
color: #5da4d0;
}
.norse-blue {
color: #3b9ebf;
}
.klaxosaur-blue {
color: #2a8dc6;
}
/* CSS Variables */
:root {
--sky-high:#abbff2;
--goluboy-blue:#8eb8e1;
--ethereal-blue:#5da4d0;
--norse-blue:#3b9ebf;
--klaxosaur-blue:#2a8dc6;
}