Twilight Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Horizon palette

Share this palette to:

Twilight Horizon color palette CSS

/* CSS */
.color-1 {
color: #1d3290;
}
.color-2 {
color: #db8048;
}
.color-3 {
color: #405eba;
}
.color-4 {
color: #292956;
}
.color-5 {
color: #2848a9;
}

/* CSS Variables */
:root {
--color-1: #1d3290;
--color-2: #db8048;
--color-3: #405eba;
--color-4: #292956;
--color-5: #2848a9;
}

Twilight Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3290, #db8048, #405eba, #292956, #2848a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3290, #db8048, #405eba, #292956, #2848a9);
}

Twilight Horizon color palette created on .