Verdant Harmony Color Palette
Discover the beautiful Verdant Harmony color palette featuring green kelp (#1e381e), tom thumb (#3a5f3a), glade green (#5a7c5a), bay leaf (#83b483) and pixie green (#a7d3a7).
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: #1e381e;
}
.color-2 {
color: #3a5f3a;
}
.color-3 {
color: #5a7c5a;
}
.color-4 {
color: #83b483;
}
.color-5 {
color: #a7d3a7;
}
/* CSS Variables */
:root {
--color-1: #1e381e;
--color-2: #3a5f3a;
--color-3: #5a7c5a;
--color-4: #83b483;
--color-5: #a7d3a7;
} 🌈 Verdant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e381e, #3a5f3a, #5a7c5a, #83b483, #a7d3a7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e381e, #3a5f3a, #5a7c5a, #83b483, #a7d3a7);
} 🔗 Explore similar color palettes
Verdant Harmony color palette created on .