Color names in this palette
CSS code for this palette
/* CSS */
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00d4f0;
}
.everest {
color: #9fe5e0;
}
.distant-horizon {
color: #f1f7f9;
}
/* CSS Variables */
:root {
--kahu-blue:#0092d6;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00d4f0;
--everest:#9fe5e0;
--distant-horizon:#f1f7f9;
}