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: #00aaff;
}
.color-2 {
color: #1f9aff;
}
.color-3 {
color: #4db8ff;
}
.color-4 {
color: #80d4ff;
}
.color-5 {
color: #b3e9ff;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #1f9aff;
--color-3: #4db8ff;
--color-4: #80d4ff;
--color-5: #b3e9ff;
}

Celestial Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #1f9aff, #4db8ff, #80d4ff, #b3e9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #1f9aff, #4db8ff, #80d4ff, #b3e9ff);
}

Celestial Waves color palette created on .