Verdant Harmony Color Palette

Discover the beautiful Verdant Harmony color palette featuring fern (#5cb75c), vista blue (#88d8b0), marzipan (#f6e48e), bittersweet (#ff6b6b) and sunglow (#ffcd29).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Nature, Summer 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: #5cb75c;
}
.color-2 {
color: #88d8b0;
}
.color-3 {
color: #f6e48e;
}
.color-4 {
color: #ff6b6b;
}
.color-5 {
color: #ffcd29;
}

/* CSS Variables */
:root {
--color-1: #5cb75c;
--color-2: #88d8b0;
--color-3: #f6e48e;
--color-4: #ff6b6b;
--color-5: #ffcd29;
}

🌈 Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cb75c, #88d8b0, #f6e48e, #ff6b6b, #ffcd29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cb75c, #88d8b0, #f6e48e, #ff6b6b, #ffcd29);
}

Verdant Harmony color palette created on .