Little Witch Academia Color Palette

Discover the beautiful Little Witch Academia color palette featuring east bay (#4a3c6d), deluge (#7a5e9c), east side (#a77ccb), ronchi (#f1b74b) and deep blush (#e8698b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Lavender, Pink, Yellow, Cream, Magenta, Violet, Bright color palettes and combinations.

💡 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 Little Witch Academia palette

Share this palette to:

💻 Little Witch Academia color palette CSS

/* CSS */
.color-1 {
color: #4a3c6d;
}
.color-2 {
color: #7a5e9c;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #e8698b;
}

/* CSS Variables */
:root {
--color-1: #4a3c6d;
--color-2: #7a5e9c;
--color-3: #a77ccb;
--color-4: #f1b74b;
--color-5: #e8698b;
}

🌈 Little Witch Academia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c6d, #7a5e9c, #a77ccb, #f1b74b, #e8698b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c6d, #7a5e9c, #a77ccb, #f1b74b, #e8698b);
}

Little Witch Academia color palette created on .