Green Viper Color Palette
Discover the beautiful Green Viper color palette featuring olive drab (#5c8d2a), spring rain (#a2cda4), double colonial white (#e7eba8), saffron (#f5b638) and valencia (#d5492a).
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 Green Viper palette
💻 Green Viper color palette CSS
/* CSS */
.color-1 {
color: #5c8d2a;
}
.color-2 {
color: #a2cda4;
}
.color-3 {
color: #e7eba8;
}
.color-4 {
color: #f5b638;
}
.color-5 {
color: #d5492a;
}
/* CSS Variables */
:root {
--color-1: #5c8d2a;
--color-2: #a2cda4;
--color-3: #e7eba8;
--color-4: #f5b638;
--color-5: #d5492a;
} 🌈 Green Viper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c8d2a, #a2cda4, #e7eba8, #f5b638, #d5492a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c8d2a, #a2cda4, #e7eba8, #f5b638, #d5492a);
} 🔗 Explore similar color palettes
Green Viper color palette created on .