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: #f5e370;
}
.color-2 {
color: #e2a83c;
}
.color-3 {
color: #d67a3d;
}
.color-4 {
color: #5b4c9a;
}
.color-5 {
color: #3b2c5e;
}

/* CSS Variables */
:root {
--color-1: #f5e370;
--color-2: #e2a83c;
--color-3: #d67a3d;
--color-4: #5b4c9a;
--color-5: #3b2c5e;
}

Celestial Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e370, #e2a83c, #d67a3d, #5b4c9a, #3b2c5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e370, #e2a83c, #d67a3d, #5b4c9a, #3b2c5e);
}

Celestial Glow color palette created on .