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: #4b91e2;
}
.color-2 {
color: #4eb3d4;
}
.color-3 {
color: #7ed7d3;
}
.color-4 {
color: #a7e6c7;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4eb3d4;
--color-3: #7ed7d3;
--color-4: #a7e6c7;
--color-5: #e0f7fa;
}

Celestial Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4eb3d4, #7ed7d3, #a7e6c7, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4eb3d4, #7ed7d3, #a7e6c7, #e0f7fa);
}

Celestial Waters color palette created on .