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: #ffba9e;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ff7f5c;
}
.color-4 {
color: #ff6d38;
}
.color-5 {
color: #ff5e1f;
}

/* CSS Variables */
:root {
--color-1: #ffba9e;
--color-2: #ff9f80;
--color-3: #ff7f5c;
--color-4: #ff6d38;
--color-5: #ff5e1f;
}

Sunset Orchard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffba9e, #ff9f80, #ff7f5c, #ff6d38, #ff5e1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffba9e, #ff9f80, #ff7f5c, #ff6d38, #ff5e1f);
}

Sunset Orchard color palette created on .