Wizard's Journey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wizard's Journey palette

Share this palette to:

Wizard's Journey color palette PNG image

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

Wizard's Journey color palette CSS

/* CSS */
.color-1 {
color: #7d4b2b;
}
.color-2 {
color: #e3b82b;
}
.color-3 {
color: #f0c39e;
}
.color-4 {
color: #3d5a99;
}
.color-5 {
color: #ba6e3b;
}

/* CSS Variables */
:root {
--color-1: #7d4b2b;
--color-2: #e3b82b;
--color-3: #f0c39e;
--color-4: #3d5a99;
--color-5: #ba6e3b;
}

Wizard's Journey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4b2b, #e3b82b, #f0c39e, #3d5a99, #ba6e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4b2b, #e3b82b, #f0c39e, #3d5a99, #ba6e3b);
}

Wizard's Journey color palette created on .