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 CSS

/* CSS */
.color-1 {
color: #1e1a3d;
}
.color-2 {
color: #392a4b;
}
.color-3 {
color: #5d3d6c;
}
.color-4 {
color: #a45b7d;
}
.color-5 {
color: #e89b9b;
}

/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #392a4b;
--color-3: #5d3d6c;
--color-4: #a45b7d;
--color-5: #e89b9b;
}

Lunar Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #392a4b, #5d3d6c, #a45b7d, #e89b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #392a4b, #5d3d6c, #a45b7d, #e89b9b);
}

Similar color palettes

Lunar Eclipse color palette created on .