Twilight Wing Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Wing palette
Twilight Wing color palette CSS
/* CSS */
.color-1 {
color: #472e3b;
}
.color-2 {
color: #624337;
}
.color-3 {
color: #a1503a;
}
.color-4 {
color: #d79575;
}
.color-5 {
color: #f8c58b;
}
/* CSS Variables */
:root {
--color-1: #472e3b;
--color-2: #624337;
--color-3: #a1503a;
--color-4: #d79575;
--color-5: #f8c58b;
}
Twilight Wing background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #472e3b, #624337, #a1503a, #d79575, #f8c58b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #472e3b, #624337, #a1503a, #d79575, #f8c58b);
}
Similar color palettes
Twilight Wing color palette created on .