Wandering Sorceress Color Palette
Discover the beautiful Wandering Sorceress color palette featuring saffron (#f6b83c), valencia (#d94d3a), strikemaster (#a65e9d), wedgewood (#4c809a) and elm (#1f897b).
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 Wandering Sorceress palette
💻 Wandering Sorceress color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #d94d3a;
}
.color-3 {
color: #a65e9d;
}
.color-4 {
color: #4c809a;
}
.color-5 {
color: #1f897b;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #d94d3a;
--color-3: #a65e9d;
--color-4: #4c809a;
--color-5: #1f897b;
} 🌈 Wandering Sorceress background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #d94d3a, #a65e9d, #4c809a, #1f897b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #d94d3a, #a65e9d, #4c809a, #1f897b);
} 🔗 Explore similar color palettes
Wandering Sorceress color palette created on .