Paleta de colores Legend of Zelda

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Legend of Zelda palette

Compartir esta paleta en:

Descargar la paleta de colores Legend of Zelda (PNG)

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

CSS de la paleta de colores Legend of Zelda

/* 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;
}

CSS del degradado de fondo Legend of Zelda

/* 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 .