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: #1e3a76;
}
.color-2 {
color: #5b8bd2;
}
.color-3 {
color: #89d2e1;
}
.color-4 {
color: #f2dfa1;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #5b8bd2;
--color-3: #89d2e1;
--color-4: #f2dfa1;
--color-5: #fab700;
}

Celestial Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #5b8bd2, #89d2e1, #f2dfa1, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #5b8bd2, #89d2e1, #f2dfa1, #fab700);
}

Celestial Glow color palette created on .