Twilight Wings Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Wings palette

Share this palette to:

Twilight Wings color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #8a5bae;
}
.color-3 {
color: #d6a7e2;
}
.color-4 {
color: #f7c8b6;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #8a5bae;
--color-3: #d6a7e2;
--color-4: #f7c8b6;
--color-5: #f0a400;
}

Twilight Wings background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #8a5bae, #d6a7e2, #f7c8b6, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #8a5bae, #d6a7e2, #f7c8b6, #f0a400);
}

Twilight Wings color palette created on .