Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b0c7;
}
.neon-nazar {
color: #4bd3e2;
}
.everest {
color: #a3e6e4;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b0c7;
--neon-nazar:#4bd3e2;
--everest:#a3e6e4;
--distant-horizon:#f1f9f9;
}