Verdant Harmony Color Palette

Discover the beautiful Verdant Harmony color palette featuring apple (#5d9b41), de york (#88c181), deco (#d3e4a0), peach yellow (#f9e5ae) and carnation (#f76969).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNature, Green, Bright, Autumn, Fun color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Verdant Harmony palette

Share this palette to:

💻 Verdant Harmony color palette CSS

/* CSS */
.color-1 {
color: #5d9b41;
}
.color-2 {
color: #88c181;
}
.color-3 {
color: #d3e4a0;
}
.color-4 {
color: #f9e5ae;
}
.color-5 {
color: #f76969;
}

/* CSS Variables */
:root {
--color-1: #5d9b41;
--color-2: #88c181;
--color-3: #d3e4a0;
--color-4: #f9e5ae;
--color-5: #f76969;
}

🌈 Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9b41, #88c181, #d3e4a0, #f9e5ae, #f76969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9b41, #88c181, #d3e4a0, #f9e5ae, #f76969);
}

Verdant Harmony color palette created on .