Vee Color Palette
Discover the beautiful Vee color palette featuring wild watermelon (#ff6179), hit pink (#ffb78a), salomie (#ffeb8a), sail (#a8e1fa) and havelock blue (#4b91e2).
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 palette
💻 Vee color palette CSS
/* CSS */
.color-1 {
color: #ff6179;
}
.color-2 {
color: #ffb78a;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #a8e1fa;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #ff6179;
--color-2: #ffb78a;
--color-3: #ffeb8a;
--color-4: #a8e1fa;
--color-5: #4b91e2;
} 🌈 Vee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6179, #ffb78a, #ffeb8a, #a8e1fa, #4b91e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6179, #ffb78a, #ffeb8a, #a8e1fa, #4b91e2);
} 🔗 Explore similar color palettes
Vee color palette created on .