Wizard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wizard palette
Wizard color palette PNG image
Wizard color palette CSS
/* CSS */
.color-1 {
color: #7b9c35;
}
.color-2 {
color: #a5c639;
}
.color-3 {
color: #d3e2a1;
}
.color-4 {
color: #f5f2b8;
}
.color-5 {
color: #d2aa4b;
}
/* CSS Variables */
:root {
--color-1: #7b9c35;
--color-2: #a5c639;
--color-3: #d3e2a1;
--color-4: #f5f2b8;
--color-5: #d2aa4b;
}
Wizard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b9c35, #a5c639, #d3e2a1, #f5f2b8, #d2aa4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b9c35, #a5c639, #d3e2a1, #f5f2b8, #d2aa4b);
}
Similar color palettes
Scroll down to explore 1000+ colors.wizard color palettes
Wizard color palette created on .