Ganondorf Inspired Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ganondorf Inspired palette

Share this palette to:

Ganondorf Inspired color palette PNG image

Download ganondorf inspired color palette PNG image (landscape)
Download ganondorf inspired color palette PNG image (square)

Ganondorf Inspired color palette CSS

/* CSS */
.color-1 {
color: #4c2f3d;
}
.color-2 {
color: #7a5d7e;
}
.color-3 {
color: #d8c1ba;
}
.color-4 {
color: #f4e5a9;
}
.color-5 {
color: #c76d4d;
}

/* CSS Variables */
:root {
--color-1: #4c2f3d;
--color-2: #7a5d7e;
--color-3: #d8c1ba;
--color-4: #f4e5a9;
--color-5: #c76d4d;
}

Ganondorf Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2f3d, #7a5d7e, #d8c1ba, #f4e5a9, #c76d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2f3d, #7a5d7e, #d8c1ba, #f4e5a9, #c76d4d);
}

Ganondorf Inspired color palette created on .