Purple Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Twilight palette

Share this palette to:

Purple Twilight color palette CSS

/* CSS */
.color-1 {
color: #6b5b8b;
}
.color-2 {
color: #8b69bf;
}
.color-3 {
color: #a47cc0;
}
.color-4 {
color: #d6a1e8;
}
.color-5 {
color: #f3e5f5;
}

/* CSS Variables */
:root {
--color-1: #6b5b8b;
--color-2: #8b69bf;
--color-3: #a47cc0;
--color-4: #d6a1e8;
--color-5: #f3e5f5;
}

Purple Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b5b8b, #8b69bf, #a47cc0, #d6a1e8, #f3e5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b5b8b, #8b69bf, #a47cc0, #d6a1e8, #f3e5f5);
}

Purple Twilight color palette created on .