Lunar Eclipse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lunar Eclipse palette
Lunar Eclipse color palette PNG image
Lunar Eclipse color palette CSS
/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #4a4e8c;
}
.color-3 {
color: #7d80bf;
}
.color-4 {
color: #b4c1e9;
}
.color-5 {
color: #f0f3ff;
}
/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #4a4e8c;
--color-3: #7d80bf;
--color-4: #b4c1e9;
--color-5: #f0f3ff;
}
Lunar Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #4a4e8c, #7d80bf, #b4c1e9, #f0f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #4a4e8c, #7d80bf, #b4c1e9, #f0f3ff);
}
Similar color palettes
Lunar Eclipse color palette created on .