Legend of Zelda Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Legend of Zelda palette

Share this palette to:

Legend of Zelda color palette PNG image

Download legend of zelda color palette PNG image (landscape)
Download legend of zelda color palette PNG image (square)

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 .