Verdant Vibes Color Palette
Discover the beautiful Verdant Vibes color palette featuring bermuda (#6ed8a3), puerto rico (#4dc7a0), keppel (#35b69a), jungle green (#2ca089) and elm (#1f8e7c).
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 Vibes palette
💻 Verdant Vibes color palette CSS
/* CSS */
.color-1 {
color: #6ed8a3;
}
.color-2 {
color: #4dc7a0;
}
.color-3 {
color: #35b69a;
}
.color-4 {
color: #2ca089;
}
.color-5 {
color: #1f8e7c;
}
/* CSS Variables */
:root {
--color-1: #6ed8a3;
--color-2: #4dc7a0;
--color-3: #35b69a;
--color-4: #2ca089;
--color-5: #1f8e7c;
} 🌈 Verdant Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ed8a3, #4dc7a0, #35b69a, #2ca089, #1f8e7c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ed8a3, #4dc7a0, #35b69a, #2ca089, #1f8e7c);
} 🔗 Explore similar color palettes
Verdant Vibes color palette created on .