Celestial Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Glow palette
Celestial Glow color palette CSS
/* CSS */
.color-1 {
color: #f7e8ab;
}
.color-2 {
color: #f2d29c;
}
.color-3 {
color: #e6b85c;
}
.color-4 {
color: #daa94e;
}
.color-5 {
color: #d3a422;
}
/* CSS Variables */
:root {
--color-1: #f7e8ab;
--color-2: #f2d29c;
--color-3: #e6b85c;
--color-4: #daa94e;
--color-5: #d3a422;
}
Celestial Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8ab, #f2d29c, #e6b85c, #daa94e, #d3a422);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8ab, #f2d29c, #e6b85c, #daa94e, #d3a422);
}
Similar color palettes
Celestial Glow color palette created on .