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: #6a4c94;
}
.color-2 {
color: #8f7ec4;
}
.color-3 {
color: #f5c56b;
}
.color-4 {
color: #f99f3e;
}
.color-5 {
color: #e84545;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #8f7ec4;
--color-3: #f5c56b;
--color-4: #f99f3e;
--color-5: #e84545;
}

Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #8f7ec4, #f5c56b, #f99f3e, #e84545);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #8f7ec4, #f5c56b, #f99f3e, #e84545);
}

Twilight color palette created on .