Enchanted Orchard Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Orchard palette

Share this palette to:

Enchanted Orchard color palette CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #a9c4a1;
}
.color-3 {
color: #6b8f24;
}
.color-4 {
color: #4b6f44;
}
.color-5 {
color: #2e3823;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #a9c4a1;
--color-3: #6b8f24;
--color-4: #4b6f44;
--color-5: #2e3823;
}

Enchanted Orchard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #a9c4a1, #6b8f24, #4b6f44, #2e3823);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #a9c4a1, #6b8f24, #4b6f44, #2e3823);
}

Enchanted Orchard color palette created on .