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

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Nature, Summer, Earthy, Light, Forest, Spring, Soft, Yellow color palettes and combinations.

💡 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

Share this palette to:

💻 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);
}

Valley color palette created on .