Sunny Orchard Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Orchard Harmony palette

Share this palette to:

Sunny Orchard Harmony color palette CSS

/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f9a34e;
}
.color-3 {
color: #e57e3e;
}
.color-4 {
color: #d7593c;
}
.color-5 {
color: #a54b3b;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f9a34e;
--color-3: #e57e3e;
--color-4: #d7593c;
--color-5: #a54b3b;
}

Sunny Orchard Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f9a34e, #e57e3e, #d7593c, #a54b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f9a34e, #e57e3e, #d7593c, #a54b3b);
}

Sunny Orchard Harmony color palette created on .