Sunset Construction Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Construction palette

Share this palette to:

Sunset Construction color palette CSS

/* CSS */
.color-1 {
color: #d9c77d;
}
.color-2 {
color: #f2b950;
}
.color-3 {
color: #f49c3e;
}
.color-4 {
color: #e65d33;
}
.color-5 {
color: #b23b2e;
}

/* CSS Variables */
:root {
--color-1: #d9c77d;
--color-2: #f2b950;
--color-3: #f49c3e;
--color-4: #e65d33;
--color-5: #b23b2e;
}

Sunset Construction background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c77d, #f2b950, #f49c3e, #e65d33, #b23b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c77d, #f2b950, #f49c3e, #e65d33, #b23b2e);
}

Sunset Construction color palette created on .