Verdant Harmony Color Palette
Discover the beautiful Verdant Harmony color palette featuring chateau green (#3f976b), atlantis (#9ecb34), chelsea cucumber (#71b253), marzipan (#f7e69c) and illusion (#f6a7b4).
Brightness
Saturation
Warmth
💡 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
💻 Verdant Harmony color palette CSS
/* CSS */
.color-1 {
color: #3f976b;
}
.color-2 {
color: #9ecb34;
}
.color-3 {
color: #71b253;
}
.color-4 {
color: #f7e69c;
}
.color-5 {
color: #f6a7b4;
}
/* CSS Variables */
:root {
--color-1: #3f976b;
--color-2: #9ecb34;
--color-3: #71b253;
--color-4: #f7e69c;
--color-5: #f6a7b4;
} 🌈 Verdant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f976b, #9ecb34, #71b253, #f7e69c, #f6a7b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f976b, #9ecb34, #71b253, #f7e69c, #f6a7b4);
} 🔗 Explore similar color palettes
Verdant Harmony color palette created on .