Celestial Waves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Waves palette

Share this palette to:

Celestial Waves color palette CSS

/* CSS */
.color-1 {
color: #f0f2f4;
}
.color-2 {
color: #c4d8e3;
}
.color-3 {
color: #9ec4e0;
}
.color-4 {
color: #599bd4;
}
.color-5 {
color: #2a7acb;
}

/* CSS Variables */
:root {
--color-1: #f0f2f4;
--color-2: #c4d8e3;
--color-3: #9ec4e0;
--color-4: #599bd4;
--color-5: #2a7acb;
}

Celestial Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f2f4, #c4d8e3, #9ec4e0, #599bd4, #2a7acb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f2f4, #c4d8e3, #9ec4e0, #599bd4, #2a7acb);
}

Celestial Waves color palette created on .