Twilight Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Harvest palette

Share this palette to:

Twilight Harvest color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #a77b9d;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #ef486f;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #a77b9d;
--color-3: #fab700;
--color-4: #f47b1f;
--color-5: #ef486f;
}

Twilight Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #a77b9d, #fab700, #f47b1f, #ef486f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #a77b9d, #fab700, #f47b1f, #ef486f);
}

Twilight Harvest color palette created on .