Legend of Zelda Color Palette

Discover the beautiful Legend of Zelda color palette featuring fern green (#5e7e3e), olive green (#a4b95b), tacha (#d5c96c), marzipan (#f8e9a0) and texas rose (#ffb84d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Emerald, Yellow, Legendary, Nature, Light, Medieval 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 Legend of Zelda palette

Share this palette to:

💻 Legend of Zelda color palette CSS

/* CSS */
.color-1 {
color: #5e7e3e;
}
.color-2 {
color: #a4b95b;
}
.color-3 {
color: #d5c96c;
}
.color-4 {
color: #f8e9a0;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #5e7e3e;
--color-2: #a4b95b;
--color-3: #d5c96c;
--color-4: #f8e9a0;
--color-5: #ffb84d;
}

🌈 Legend of Zelda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e7e3e, #a4b95b, #d5c96c, #f8e9a0, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e7e3e, #a4b95b, #d5c96c, #f8e9a0, #ffb84d);
}

Legend of Zelda color palette created on .