Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.h-l-n-blue {
color: #1eb1d2;
}
.aquamarine-blue {
color: #6dd7e3;
}
.luminescent-blue {
color: #a1dfe8;
}
.lynx-white {
color: #f6f7f8;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--h-l-n-blue:#1eb1d2;
--aquamarine-blue:#6dd7e3;
--luminescent-blue:#a1dfe8;
--lynx-white:#f6f7f8;
}