Lunar Eclipse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lunar Eclipse palette

Share this palette to:

Lunar Eclipse color palette PNG image

Download lunar eclipse color palette PNG image (landscape)
Download lunar eclipse color palette PNG image (square)

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);
}

Lunar Eclipse color palette created on .