Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #abbff2;
}
.electric-eel {
color: #8bbae9;
}
.windjammer {
color: #5ca7e0;
}
.magical-merlin {
color: #3894d6;
}
.brilliant-blue {
color: #0077b3;
}
/* CSS Variables */
:root {
--sky-high:#abbff2;
--electric-eel:#8bbae9;
--windjammer:#5ca7e0;
--magical-merlin:#3894d6;
--brilliant-blue:#0077b3;
}