Color names in this palette
CSS code for this palette
/* CSS */
.kahu-blue {
color: #0092d6;
}
.clean-pool {
color: #5cc0eb;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
.salt-mountain {
color: #d6f8ff;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--kahu-blue:#0092d6;
--clean-pool:#5cc0eb;
--atmospheric-soft-blue:#a8e2f0;
--salt-mountain:#d6f8ff;
--vapor:#f0ffff;
}