Zelda Stone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zelda Stone palette

Share this palette to:

Zelda Stone color palette PNG image

Download zelda stone color palette PNG image (landscape)
Download zelda stone color palette PNG image (square)

Zelda Stone color palette CSS

/* CSS */
.color-1 {
color: #4b6f7c;
}
.color-2 {
color: #6f8b8b;
}
.color-3 {
color: #93b4a6;
}
.color-4 {
color: #d1e6c1;
}
.color-5 {
color: #fae3b2;
}

/* CSS Variables */
:root {
--color-1: #4b6f7c;
--color-2: #6f8b8b;
--color-3: #93b4a6;
--color-4: #d1e6c1;
--color-5: #fae3b2;
}

Zelda Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6f7c, #6f8b8b, #93b4a6, #d1e6c1, #fae3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6f7c, #6f8b8b, #93b4a6, #d1e6c1, #fae3b2);
}

Zelda Stone color palette created on .