Verdant Veil Color Palette

Discover the beautiful Verdant Veil color palette featuring forest green (#3c8c2c), mantis (#7bbf4a), caper (#d3e7a2), gimblet (#b8b86b) and old copper (#6a4b2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Bright, Nature, Cool 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 Veil palette

Share this palette to:

💻 Verdant Veil color palette CSS

/* CSS */
.color-1 {
color: #3c8c2c;
}
.color-2 {
color: #7bbf4a;
}
.color-3 {
color: #d3e7a2;
}
.color-4 {
color: #b8b86b;
}
.color-5 {
color: #6a4b2a;
}

/* CSS Variables */
:root {
--color-1: #3c8c2c;
--color-2: #7bbf4a;
--color-3: #d3e7a2;
--color-4: #b8b86b;
--color-5: #6a4b2a;
}

🌈 Verdant Veil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c8c2c, #7bbf4a, #d3e7a2, #b8b86b, #6a4b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c8c2c, #7bbf4a, #d3e7a2, #b8b86b, #6a4b2a);
}

Verdant Veil color palette created on .