Wizard's Haven Color Palette
Discover the beautiful Wizard's Haven color palette featuring nutmeg (#7e3b2a), anzac (#e4b03f), lily (#c19fb0), saddle (#503d26) and potters clay (#8c5b3b).
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 Haven palette
๐ป 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);
} ๐ Explore similar color palettes
Wizard's Haven color palette created on .