Twilight Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Horizon palette

Share this palette to:

Download Twilight Horizon Color Palette (PNG)

Download twilight horizon color palette PNG image (landscape)
Download twilight horizon color palette PNG image (square)

Twilight Horizon color palette CSS

/* CSS */
.color-1 {
color: #f3812b;
}
.color-2 {
color: #013c7e;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #45a3d9;
}
.color-5 {
color: #2c224e;
}

/* CSS Variables */
:root {
--color-1: #f3812b;
--color-2: #013c7e;
--color-3: #ffffff;
--color-4: #45a3d9;
--color-5: #2c224e;
}

Twilight Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3812b, #013c7e, #ffffff, #45a3d9, #2c224e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3812b, #013c7e, #ffffff, #45a3d9, #2c224e);
}

Twilight Horizon color palette created on .