Celestial Waters Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Waters palette
Celestial Waters color palette CSS
/* CSS */
.color-1 {
color: #00a1e6;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #00c6e0;
}
.color-4 {
color: #00d9e0;
}
.color-5 {
color: #00ebdf;
}
/* CSS Variables */
:root {
--color-1: #00a1e6;
--color-2: #00b4e6;
--color-3: #00c6e0;
--color-4: #00d9e0;
--color-5: #00ebdf;
}
Celestial Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a1e6, #00b4e6, #00c6e0, #00d9e0, #00ebdf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a1e6, #00b4e6, #00c6e0, #00d9e0, #00ebdf);
}
Similar color palettes
Celestial Waters color palette created on .