Star Witch Oracle Color Palette
Discover the beautiful Star Witch Oracle color palette featuring mulled wine (#4c3d6c), deluge (#795d98), bouquet (#b48da4), beauty bush (#f1c6d3) and marzipan (#f9e59f).
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 Star Witch Oracle palette
💻 Star Witch Oracle color palette CSS
/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #795d98;
}
.color-3 {
color: #b48da4;
}
.color-4 {
color: #f1c6d3;
}
.color-5 {
color: #f9e59f;
}
/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #795d98;
--color-3: #b48da4;
--color-4: #f1c6d3;
--color-5: #f9e59f;
}
🌈 Star Witch Oracle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #795d98, #b48da4, #f1c6d3, #f9e59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #795d98, #b48da4, #f1c6d3, #f9e59f);
}
🔗 Explore similar color palettes
Star Witch Oracle color palette created on .