Eclipsed Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eclipsed Horizon palette

Share this palette to:

Eclipsed Horizon color palette CSS

/* CSS */
.color-1 {
color: #1b1f27;
}
.color-2 {
color: #2d3039;
}
.color-3 {
color: #414553;
}
.color-4 {
color: #5b6571;
}
.color-5 {
color: #7c8b98;
}

/* CSS Variables */
:root {
--color-1: #1b1f27;
--color-2: #2d3039;
--color-3: #414553;
--color-4: #5b6571;
--color-5: #7c8b98;
}

Eclipsed Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f27, #2d3039, #414553, #5b6571, #7c8b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f27, #2d3039, #414553, #5b6571, #7c8b98);
}

Eclipsed Horizon color palette created on .