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: #a1dff7;
}
.color-2 {
color: #70cbf5;
}
.color-3 {
color: #4da8e0;
}
.color-4 {
color: #0096db;
}
.color-5 {
color: #007c9e;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #70cbf5;
--color-3: #4da8e0;
--color-4: #0096db;
--color-5: #007c9e;
}

Celestial Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #70cbf5, #4da8e0, #0096db, #007c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #70cbf5, #4da8e0, #0096db, #007c9e);
}

Celestial Waters color palette created on .