Color names in this palette
CSS code for this palette
/* CSS */
.bayern-blue {
color: #0096d6;
}
.blue-atoll {
color: #00b0e0;
}
.thousand-sons-blue {
color: #00dae6;
}
.everest {
color: #a1e2df;
}
.heavy-sugar {
color: #eef6f4;
}
/* CSS Variables */
:root {
--bayern-blue:#0096d6;
--blue-atoll:#00b0e0;
--thousand-sons-blue:#00dae6;
--everest:#a1e2df;
--heavy-sugar:#eef6f4;
}