Vee Version 1 Color Palette
Discover the beautiful Vee Version 1 color palette featuring outer space (#2e3934), racing green (#101c12), spring rain (#a6d3af), summer green (#89bb96) and spring leaves (#54905f).
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 Vee Version 1 palette
💻 Vee Version 1 color palette CSS
/* CSS */
.color-1 {
color: #2e3934;
}
.color-2 {
color: #101c12;
}
.color-3 {
color: #a6d3af;
}
.color-4 {
color: #89bb96;
}
.color-5 {
color: #54905f;
}
/* CSS Variables */
:root {
--color-1: #2e3934;
--color-2: #101c12;
--color-3: #a6d3af;
--color-4: #89bb96;
--color-5: #54905f;
} 🌈 Vee Version 1 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e3934, #101c12, #a6d3af, #89bb96, #54905f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e3934, #101c12, #a6d3af, #89bb96, #54905f);
} 🔗 Explore similar color palettes
Vee Version 1 color palette created on .