Vineria Green Color Palette
Discover the beautiful Vineria Green color palette featuring viridian green (#5b8b7a), de york (#7ebe8e), moss green (#b3e0b2), panache (#e7f4e6) and spring wood (#f8f8f2).
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 Vineria Green palette
💻 Vineria Green color palette CSS
/* CSS */
.color-1 {
color: #5b8b7a;
}
.color-2 {
color: #7ebe8e;
}
.color-3 {
color: #b3e0b2;
}
.color-4 {
color: #e7f4e6;
}
.color-5 {
color: #f8f8f2;
}
/* CSS Variables */
:root {
--color-1: #5b8b7a;
--color-2: #7ebe8e;
--color-3: #b3e0b2;
--color-4: #e7f4e6;
--color-5: #f8f8f2;
} 🌈 Vineria Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b7a, #7ebe8e, #b3e0b2, #e7f4e6, #f8f8f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b7a, #7ebe8e, #b3e0b2, #e7f4e6, #f8f8f2);
} 🔗 Explore similar color palettes
Vineria Green color palette created on .