Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.lago-blue {
color: #1ab5c7;
}
.neon-nazar {
color: #4cd9e6;
}
.uranus {
color: #a7e6f1;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--lago-blue:#1ab5c7;
--neon-nazar:#4cd9e6;
--uranus:#a7e6f1;
--distant-horizon:#f1f9f9;
}