Verdant Echoes Color Palette

Discover the beautiful Verdant Echoes color palette featuring wedgewood (#507d9b), silver tree (#6ebf9c), moss green (#9ed6a5), ronchi (#f1c84b) and cinnabar (#e44b3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Teal, Yellow 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 Echoes palette

Share this palette to:

💻 Verdant Echoes color palette CSS

/* CSS */
.color-1 {
color: #507d9b;
}
.color-2 {
color: #6ebf9c;
}
.color-3 {
color: #9ed6a5;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e44b3a;
}

/* CSS Variables */
:root {
--color-1: #507d9b;
--color-2: #6ebf9c;
--color-3: #9ed6a5;
--color-4: #f1c84b;
--color-5: #e44b3a;
}

🌈 Verdant Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #507d9b, #6ebf9c, #9ed6a5, #f1c84b, #e44b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #507d9b, #6ebf9c, #9ed6a5, #f1c84b, #e44b3a);
}

Verdant Echoes color palette created on .