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: #e6b800;
}
.color-2 {
color: #f2e2a6;
}
.color-3 {
color: #9b8ad0;
}
.color-4 {
color: #5f8dce;
}
.color-5 {
color: #3d3c6d;
}
/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #f2e2a6;
--color-3: #9b8ad0;
--color-4: #5f8dce;
--color-5: #3d3c6d;
}
Celestial Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b800, #f2e2a6, #9b8ad0, #5f8dce, #3d3c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b800, #f2e2a6, #9b8ad0, #5f8dce, #3d3c6d);
}
Similar color palettes
Celestial Glow color palette created on .