Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight palette

Share this palette to:

Twilight color palette CSS

/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #4d2a92;
}
.color-3 {
color: #9049ab;
}
.color-4 {
color: #e0a04d;
}
.color-5 {
color: #f47f1f;
}

/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #4d2a92;
--color-3: #9049ab;
--color-4: #e0a04d;
--color-5: #f47f1f;
}

Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #4d2a92, #9049ab, #e0a04d, #f47f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #4d2a92, #9049ab, #e0a04d, #f47f1f);
}

Twilight color palette created on .