Warm Vee Color Palette
Discover the beautiful Warm Vee color palette featuring bittersweet (#ff6e61), yellow orange (#ff9d4d), koromiko (#ffbb5c), goldenrod (#f9d371) and wheat (#f4e0ae).
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 Warm Vee palette
💻 Warm Vee color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ffbb5c;
}
.color-4 {
color: #f9d371;
}
.color-5 {
color: #f4e0ae;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9d4d;
--color-3: #ffbb5c;
--color-4: #f9d371;
--color-5: #f4e0ae;
} 🌈 Warm Vee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9d4d, #ffbb5c, #f9d371, #f4e0ae);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9d4d, #ffbb5c, #f9d371, #f4e0ae);
} 🔗 Explore similar color palettes
Warm Vee color palette created on .