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: #f2f2f2;
}
.color-2 {
color: #06156a;
}
.color-3 {
color: #f46625;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #1d2c62;
}

/* CSS Variables */
:root {
--color-1: #f2f2f2;
--color-2: #06156a;
--color-3: #f46625;
--color-4: #ffffff;
--color-5: #1d2c62;
}

Twilight Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f2f2, #06156a, #f46625, #ffffff, #1d2c62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f2f2, #06156a, #f46625, #ffffff, #1d2c62);
}

Twilight Horizon color palette created on .