Sunset Orchard Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Orchard palette

Share this palette to:

Sunset Orchard color palette CSS

/* CSS */
.color-1 {
color: #d74437;
}
.color-2 {
color: #f57b56;
}
.color-3 {
color: #f9b14e;
}
.color-4 {
color: #fce8a6;
}
.color-5 {
color: #5b8b5f;
}

/* CSS Variables */
:root {
--color-1: #d74437;
--color-2: #f57b56;
--color-3: #f9b14e;
--color-4: #fce8a6;
--color-5: #5b8b5f;
}

Sunset Orchard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d74437, #f57b56, #f9b14e, #fce8a6, #5b8b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d74437, #f57b56, #f9b14e, #fce8a6, #5b8b5f);
}

Sunset Orchard color palette created on .