Celestial Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Glow palette

Share this palette to:

Celestial Glow color palette CSS

/* CSS */
.color-1 {
color: #f0f2f4;
}
.color-2 {
color: #e2c2e5;
}
.color-3 {
color: #b4a8e1;
}
.color-4 {
color: #8aa2e0;
}
.color-5 {
color: #5eb5e4;
}

/* CSS Variables */
:root {
--color-1: #f0f2f4;
--color-2: #e2c2e5;
--color-3: #b4a8e1;
--color-4: #8aa2e0;
--color-5: #5eb5e4;
}

Celestial Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f2f4, #e2c2e5, #b4a8e1, #8aa2e0, #5eb5e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f2f4, #e2c2e5, #b4a8e1, #8aa2e0, #5eb5e4);
}

Celestial Glow color palette created on .