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: #f6bfa7;
}
.color-3 {
color: #f5a3b6;
}
.color-4 {
color: #eba8d4;
}
.color-5 {
color: #e1b5f2;
}
/* CSS Variables */
:root {
--color-1: #f7e8ab;
--color-2: #f6bfa7;
--color-3: #f5a3b6;
--color-4: #eba8d4;
--color-5: #e1b5f2;
}
Celestial Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8ab, #f6bfa7, #f5a3b6, #eba8d4, #e1b5f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8ab, #f6bfa7, #f5a3b6, #eba8d4, #e1b5f2);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Celestial Glow color palette created on .