Celestial Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Waters palette

Share this palette to:

Celestial Waters color palette CSS

/* CSS */
.color-1 {
color: #3b8fab;
}
.color-2 {
color: #69b3c9;
}
.color-3 {
color: #9ce0e8;
}
.color-4 {
color: #f7e3b0;
}
.color-5 {
color: #f8a2a0;
}

/* CSS Variables */
:root {
--color-1: #3b8fab;
--color-2: #69b3c9;
--color-3: #9ce0e8;
--color-4: #f7e3b0;
--color-5: #f8a2a0;
}

Celestial Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fab, #69b3c9, #9ce0e8, #f7e3b0, #f8a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fab, #69b3c9, #9ce0e8, #f7e3b0, #f8a2a0);
}

Celestial Waters color palette created on .