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: #a8d3e1;
}
.color-2 {
color: #6cc4d5;
}
.color-3 {
color: #3da5b3;
}
.color-4 {
color: #2e8f9e;
}
.color-5 {
color: #1f6b7a;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6cc4d5;
--color-3: #3da5b3;
--color-4: #2e8f9e;
--color-5: #1f6b7a;
}
Celestial Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6cc4d5, #3da5b3, #2e8f9e, #1f6b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6cc4d5, #3da5b3, #2e8f9e, #1f6b7a);
}
Similar color palettes
Celestial Waters color palette created on .