Golden Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Twilight palette

Share this palette to:

Golden Twilight color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #d6dadc;
}
.color-4 {
color: #a9b7c1;
}
.color-5 {
color: #5d6d7e;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8c572;
--color-3: #d6dadc;
--color-4: #a9b7c1;
--color-5: #5d6d7e;
}

Golden Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8c572, #d6dadc, #a9b7c1, #5d6d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8c572, #d6dadc, #a9b7c1, #5d6d7e);
}

Golden Twilight color palette created on .