Valley Color Palette
Discover the beautiful Valley color palette featuring olive drab (#4b8d2a), mantis (#6dbf4a), feijoa (#a2d18f), tusk (#e8f2b0) and energy yellow (#f6d55a).
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 Valley palette
💻 Valley color palette CSS
/* CSS */
.color-1 {
color: #4b8d2a;
}
.color-2 {
color: #6dbf4a;
}
.color-3 {
color: #a2d18f;
}
.color-4 {
color: #e8f2b0;
}
.color-5 {
color: #f6d55a;
}
/* CSS Variables */
:root {
--color-1: #4b8d2a;
--color-2: #6dbf4a;
--color-3: #a2d18f;
--color-4: #e8f2b0;
--color-5: #f6d55a;
} 🌈 Valley background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8d2a, #6dbf4a, #a2d18f, #e8f2b0, #f6d55a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8d2a, #6dbf4a, #a2d18f, #e8f2b0, #f6d55a);
} 🔗 Explore similar color palettes
Valley color palette created on .