Emerald Wilderness Color Palette

Discover the beautiful Emerald Wilderness color palette featuring fern frond (#496d1d), crete (#6e8a2e), celery (#a5c360), zanah (#d1ebd5) and frost (#f3f9e7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Bright, Nature, Fun 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 Emerald Wilderness palette

Share this palette to:

💻 Emerald Wilderness color palette CSS

/* CSS */
.color-1 {
color: #496d1d;
}
.color-2 {
color: #6e8a2e;
}
.color-3 {
color: #a5c360;
}
.color-4 {
color: #d1ebd5;
}
.color-5 {
color: #f3f9e7;
}

/* CSS Variables */
:root {
--color-1: #496d1d;
--color-2: #6e8a2e;
--color-3: #a5c360;
--color-4: #d1ebd5;
--color-5: #f3f9e7;
}

🌈 Emerald Wilderness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496d1d, #6e8a2e, #a5c360, #d1ebd5, #f3f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496d1d, #6e8a2e, #a5c360, #d1ebd5, #f3f9e7);
}

Emerald Wilderness color palette created on .