Witchcore Color Palette
Discover the beautiful Witchcore color palette featuring voodoo (#6a446b), lilac (#c398bc), melanie (#e5b9e5), marzipan (#f9da9f) and bittersweet (#ff795d).
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 Witchcore palette
๐ป Witchcore color palette CSS
/* CSS */
.color-1 {
color: #6a446b;
}
.color-2 {
color: #c398bc;
}
.color-3 {
color: #e5b9e5;
}
.color-4 {
color: #f9da9f;
}
.color-5 {
color: #ff795d;
}
/* CSS Variables */
:root {
--color-1: #6a446b;
--color-2: #c398bc;
--color-3: #e5b9e5;
--color-4: #f9da9f;
--color-5: #ff795d;
} ๐ Witchcore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a446b, #c398bc, #e5b9e5, #f9da9f, #ff795d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a446b, #c398bc, #e5b9e5, #f9da9f, #ff795d);
} ๐ Explore similar color palettes
Witchcore color palette created on .