Color names in this palette
CSS code for this palette
/* CSS */
.kahu-blue {
color: #0092d1;
}
.candid-blue {
color: #6ec9e2;
}
.luminescent-blue {
color: #a1e0e8;
}
.early-forget-me-not {
color: #b8e6f4;
}
.salt-mountain {
color: #d6f8ff;
}
/* CSS Variables */
:root {
--kahu-blue:#0092d1;
--candid-blue:#6ec9e2;
--luminescent-blue:#a1e0e8;
--early-forget-me-not:#b8e6f4;
--salt-mountain:#d6f8ff;
}