Color names in this palette
CSS code for this palette
/* CSS */
.ocean-blue {
color: #009bc2;
}
.blue-atoll {
color: #00b0e0;
}
.neon-nazar {
color: #4cd7e1;
}
.spinnaker {
color: #a3e0df;
}
.lynx-white {
color: #f6f8f7;
}
/* CSS Variables */
:root {
--ocean-blue:#009bc2;
--blue-atoll:#00b0e0;
--neon-nazar:#4cd7e1;
--spinnaker:#a3e0df;
--lynx-white:#f6f8f7;
}