Valorant Vibes Color Palette
Discover the beautiful Valorant Vibes color palette featuring jungle green (#2a9d90), web orange (#f0a400), rajah (#f6bc60), burnt sienna (#e76e50) and brick red (#d72839).
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 Valorant Vibes palette
💻 Valorant Vibes color palette CSS
/* CSS */
.color-1 {
color: #2a9d90;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #f6bc60;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d72839;
}
/* CSS Variables */
:root {
--color-1: #2a9d90;
--color-2: #f0a400;
--color-3: #f6bc60;
--color-4: #e76e50;
--color-5: #d72839;
}
🌈 Valorant Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9d90, #f0a400, #f6bc60, #e76e50, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9d90, #f0a400, #f6bc60, #e76e50, #d72839);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Valorant Vibes color palette created on .