Witche’s Cottage Color Palette
Discover the beautiful Witche’s Cottage color palette featuring victoria (#5e3b7d), strikemaster (#a26d9a), melanie (#e1b7c8), buff (#f0d084) and vanilla (#d0c1a4).
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 Witche’s Cottage palette
💻 Witche’s Cottage color palette CSS
/* CSS */
.color-1 {
color: #5e3b7d;
}
.color-2 {
color: #a26d9a;
}
.color-3 {
color: #e1b7c8;
}
.color-4 {
color: #f0d084;
}
.color-5 {
color: #d0c1a4;
}
/* CSS Variables */
:root {
--color-1: #5e3b7d;
--color-2: #a26d9a;
--color-3: #e1b7c8;
--color-4: #f0d084;
--color-5: #d0c1a4;
} 🌈 Witche’s Cottage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3b7d, #a26d9a, #e1b7c8, #f0d084, #d0c1a4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3b7d, #a26d9a, #e1b7c8, #f0d084, #d0c1a4);
} 🔗 Explore similar color palettes
Witche’s Cottage color palette created on .