Wizard's Haven Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wizard's Haven palette

Share this palette to:

Wizard's Haven color palette PNG image

Download wizard's haven color palette PNG image (landscape)
Download wizard's haven color palette PNG image (square)

Wizard's Haven color palette CSS

/* CSS */
.color-1 {
color: #7e3b2a;
}
.color-2 {
color: #e4b03f;
}
.color-3 {
color: #c19fb0;
}
.color-4 {
color: #503d26;
}
.color-5 {
color: #8c5b3b;
}

/* CSS Variables */
:root {
--color-1: #7e3b2a;
--color-2: #e4b03f;
--color-3: #c19fb0;
--color-4: #503d26;
--color-5: #8c5b3b;
}

Wizard's Haven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e3b2a, #e4b03f, #c19fb0, #503d26, #8c5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e3b2a, #e4b03f, #c19fb0, #503d26, #8c5b3b);
}

Wizard's Haven color palette created on .