Vee Version 1 Color Palette

Discover the beautiful Vee Version 1 color palette featuring outer space (#2d3934), racing green (#111d13), spring rain (#a6d3af), summer green (#8abc98) and fruit salad (#559160).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Green, Muted, Earthy, Forest, Soft, Aesthetic, Vintage, Coastal, Modern color palettes and combinations.

💡 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

Share this palette to:

💻 Vee Version 1 color palette CSS

/* CSS */
.color-1 {
color: #2d3934;
}
.color-2 {
color: #111d13;
}
.color-3 {
color: #a6d3af;
}
.color-4 {
color: #8abc98;
}
.color-5 {
color: #559160;
}

/* CSS Variables */
:root {
--color-1: #2d3934;
--color-2: #111d13;
--color-3: #a6d3af;
--color-4: #8abc98;
--color-5: #559160;
}

🌈 Vee Version 1 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d3934, #111d13, #a6d3af, #8abc98, #559160);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d3934, #111d13, #a6d3af, #8abc98, #559160);
}

Vee Version 1 color palette created on .