Zelda Color Palette

Discover the beautiful Zelda color palette featuring corn (#d6c400), turmeric (#b4c44a), chelsea cucumber (#7ba749), apple (#4a8d35) and forest green (#2f6d26).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coastal, Emerald, Forest, Fun, Green, Retro, Spring, Video Game, 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 Zelda palette

Share this palette to:

💻 Zelda color palette CSS

/* CSS */
.color-1 {
color: #d6c400;
}
.color-2 {
color: #b4c44a;
}
.color-3 {
color: #7ba749;
}
.color-4 {
color: #4a8d35;
}
.color-5 {
color: #2f6d26;
}

/* CSS Variables */
:root {
--color-1: #d6c400;
--color-2: #b4c44a;
--color-3: #7ba749;
--color-4: #4a8d35;
--color-5: #2f6d26;
}

🌈 Zelda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c400, #b4c44a, #7ba749, #4a8d35, #2f6d26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c400, #b4c44a, #7ba749, #4a8d35, #2f6d26);
}

Zelda color palette created on .