Olive Orchard Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Olive Orchard Sunset palette

Share this palette to:

Olive Orchard Sunset color palette CSS

/* CSS */
.color-1 {
color: #a9c7b9;
}
.color-2 {
color: #d4e9b9;
}
.color-3 {
color: #f5d870;
}
.color-4 {
color: #f7b2a1;
}
.color-5 {
color: #e65c5c;
}

/* CSS Variables */
:root {
--color-1: #a9c7b9;
--color-2: #d4e9b9;
--color-3: #f5d870;
--color-4: #f7b2a1;
--color-5: #e65c5c;
}

Olive Orchard Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c7b9, #d4e9b9, #f5d870, #f7b2a1, #e65c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c7b9, #d4e9b9, #f5d870, #f7b2a1, #e65c5c);
}

Olive Orchard Sunset color palette created on .