Twilight Descent Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Descent palette

Share this palette to:

Twilight Descent color palette CSS

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6f1f65;
}
.color-3 {
color: #9c498e;
}
.color-4 {
color: #d5997b;
}
.color-5 {
color: #c2001a;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6f1f65;
--color-3: #9c498e;
--color-4: #d5997b;
--color-5: #c2001a;
}

Twilight Descent background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6f1f65, #9c498e, #d5997b, #c2001a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6f1f65, #9c498e, #d5997b, #c2001a);
}

Similar color palettes

Scroll down to explore 2 90s color palettes

Twilight Descent color palette created on .