Wizard's Journey Color Palette
Discover the beautiful Wizard's Journey color palette featuring nutmeg (#7d4b2b), golden grass (#e3b82b), new orleans (#f0c39e), chambray (#3d5a99) and copper (#ba6e3b).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Wizard's Journey palette
๐ป 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);
} ๐ Explore similar color palettes
Wizard's Journey color palette created on .