Color names in this palette
CSS code for this palette
/* CSS */
.bayern-blue {
color: #0096d6;
}
.blue-atoll {
color: #00b0e0;
}
.neon-nazar {
color: #4ed4e9;
}
.ganon-blue {
color: #a4e7f9;
}
.clear-skies {
color: #e5f9ff;
}
/* CSS Variables */
:root {
--bayern-blue:#0096d6;
--blue-atoll:#00b0e0;
--neon-nazar:#4ed4e9;
--ganon-blue:#a4e7f9;
--clear-skies:#e5f9ff;
}