Color names in this palette
CSS code for this palette
/* CSS */
.brig {
color: #4e9ebc;
}
.water-flow {
color: #7dc5d4;
}
.luminescent-blue {
color: #a0dfe9;
}
.coastal-breeze {
color: #e1f7f9;
}
.emptiness {
color: #fafffc;
}
/* CSS Variables */
:root {
--brig:#4e9ebc;
--water-flow:#7dc5d4;
--luminescent-blue:#a0dfe9;
--coastal-breeze:#e1f7f9;
--emptiness:#fafffc;
}