Lunar Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lunar Glow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lunar Glow Color Palette (PNG)
Lunar Glow color palette CSS
/* CSS */
.color-1 {
color: #e5e0ff;
}
.color-2 {
color: #bbb4e9;
}
.color-3 {
color: #889ef7;
}
.color-4 {
color: #5d74d0;
}
.color-5 {
color: #3c4d9f;
}
/* CSS Variables */
:root {
--color-1: #e5e0ff;
--color-2: #bbb4e9;
--color-3: #889ef7;
--color-4: #5d74d0;
--color-5: #3c4d9f;
}
Lunar Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e0ff, #bbb4e9, #889ef7, #5d74d0, #3c4d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e0ff, #bbb4e9, #889ef7, #5d74d0, #3c4d9f);
}
Similar color palettes
Scroll down to explore 100+ Moon color palettes
Lunar Glow color palette created on .