Color names in this palette
CSS code for this palette
/* CSS */
.bayern-blue {
color: #0096d6;
}
.blue-atoll {
color: #00b0e0;
}
.caribbean-blue {
color: #1ec5e6;
}
.neon-nazar {
color: #4dd8e0;
}
.island-paradise {
color: #89e6e1;
}
/* CSS Variables */
:root {
--bayern-blue:#0096d6;
--blue-atoll:#00b0e0;
--caribbean-blue:#1ec5e6;
--neon-nazar:#4dd8e0;
--island-paradise:#89e6e1;
}