Twilight Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Whimsy palette

Share this palette to:

Twilight Whimsy color palette CSS

/* CSS */
.color-1 {
color: #382a4c;
}
.color-2 {
color: #5e4b8b;
}
.color-3 {
color: #a95b9d;
}
.color-4 {
color: #f2a65f;
}
.color-5 {
color: #e86a4a;
}

/* CSS Variables */
:root {
--color-1: #382a4c;
--color-2: #5e4b8b;
--color-3: #a95b9d;
--color-4: #f2a65f;
--color-5: #e86a4a;
}

Twilight Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #382a4c, #5e4b8b, #a95b9d, #f2a65f, #e86a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #382a4c, #5e4b8b, #a95b9d, #f2a65f, #e86a4a);
}

Twilight Whimsy color palette created on .