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: #eadb9f;
}
.color-2 {
color: #e6c894;
}
.color-3 {
color: #d9ae59;
}
.color-4 {
color: #cda04c;
}
.color-5 {
color: #c69b24;
}

/* CSS Variables */
:root {
--color-1: #eadb9f;
--color-2: #e6c894;
--color-3: #d9ae59;
--color-4: #cda04c;
--color-5: #c69b24;
}

Celestial Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eadb9f, #e6c894, #d9ae59, #cda04c, #c69b24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eadb9f, #e6c894, #d9ae59, #cda04c, #c69b24);
}

Celestial Glow color palette created on .