Lunar Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lunar Night palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lunar Night Color Palette (PNG)
Lunar Night color palette CSS
/* CSS */
.color-1 {
color: #1f1d35;
}
.color-2 {
color: #48497f;
}
.color-3 {
color: #827ab3;
}
.color-4 {
color: #b7badc;
}
.color-5 {
color: #e5e2ee;
}
/* CSS Variables */
:root {
--color-1: #1f1d35;
--color-2: #48497f;
--color-3: #827ab3;
--color-4: #b7badc;
--color-5: #e5e2ee;
}
Lunar Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1d35, #48497f, #827ab3, #b7badc, #e5e2ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1d35, #48497f, #827ab3, #b7badc, #e5e2ee);
}
Similar color palettes
Lunar Night color palette created on .