Color names in this palette
CSS code for this palette
/* CSS */
.spanish-blue {
color: #0071b8;
}
.atmosphere {
color: #0096e0;
}
.capri {
color: #00bfff;
}
.athena-blue {
color: #66d9ff;
}
.ganon-blue {
color: #a3e3ff;
}
/* CSS Variables */
:root {
--spanish-blue:#0071b8;
--atmosphere:#0096e0;
--capri:#00bfff;
--athena-blue:#66d9ff;
--ganon-blue:#a3e3ff;
}