Jasper Valley Color Palette

Discover the beautiful Jasper Valley color palette featuring highland (#6b8d5e), olivine (#95b27b), sprout (#c1d6a4), sidecar (#f2e6b1) and anzac (#e2b54b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Forest, Green, Light, Nature, Soft, Spring, Sun, 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 Jasper Valley palette

Share this palette to:

💻 Jasper Valley color palette CSS

/* CSS */
.color-1 {
color: #6b8d5e;
}
.color-2 {
color: #95b27b;
}
.color-3 {
color: #c1d6a4;
}
.color-4 {
color: #f2e6b1;
}
.color-5 {
color: #e2b54b;
}

/* CSS Variables */
:root {
--color-1: #6b8d5e;
--color-2: #95b27b;
--color-3: #c1d6a4;
--color-4: #f2e6b1;
--color-5: #e2b54b;
}

🌈 Jasper Valley background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8d5e, #95b27b, #c1d6a4, #f2e6b1, #e2b54b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8d5e, #95b27b, #c1d6a4, #f2e6b1, #e2b54b);
}

Jasper Valley color palette created on .