Color names in this palette
CSS code for this palette
/* CSS */
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b4e6;
}
.picnic-day-sky {
color: #00c7e6;
}
.thousand-sons-blue {
color: #00e2e6;
}
.everest {
color: #a2e2e1;
}
/* CSS Variables */
:root {
--kahu-blue:#0092d6;
--blue-atoll:#00b4e6;
--picnic-day-sky:#00c7e6;
--thousand-sons-blue:#00e2e6;
--everest:#a2e2e1;
}