Elegant Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Twilight palette

Share this palette to:

Download Elegant Twilight Color Palette (PNG)

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

Elegant Twilight color palette CSS

/* CSS */
.color-1 {
color: #f0d1ff;
}
.color-2 {
color: #d99f54;
}
.color-3 {
color: #2b2b2b;
}
.color-4 {
color: #9c5a4f;
}
.color-5 {
color: #c1b3df;
}

/* CSS Variables */
:root {
--color-1: #f0d1ff;
--color-2: #d99f54;
--color-3: #2b2b2b;
--color-4: #9c5a4f;
--color-5: #c1b3df;
}

Elegant Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d1ff, #d99f54, #2b2b2b, #9c5a4f, #c1b3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d1ff, #d99f54, #2b2b2b, #9c5a4f, #c1b3df);
}

Elegant Twilight color palette created on .