The Yokai’s Darkened Vanity Color Palette

Discover the beautiful The Yokai’s Darkened Vanity color palette featuring minsk (#3f2a7e), butterfly bush (#5c4b8b), kimberly (#7f6d9c), east side (#a890cb) and prelude (#d8b9e4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Violet, Deep, Ethereal, Mythical, Soft Winter, Magical, Enchanted 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 The Yokai’s Darkened Vanity palette

Share this palette to:

💻 The Yokai’s Darkened Vanity color palette CSS

/* CSS */
.color-1 {
color: #3f2a7e;
}
.color-2 {
color: #5c4b8b;
}
.color-3 {
color: #7f6d9c;
}
.color-4 {
color: #a890cb;
}
.color-5 {
color: #d8b9e4;
}

/* CSS Variables */
:root {
--color-1: #3f2a7e;
--color-2: #5c4b8b;
--color-3: #7f6d9c;
--color-4: #a890cb;
--color-5: #d8b9e4;
}

🌈 The Yokai’s Darkened Vanity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2a7e, #5c4b8b, #7f6d9c, #a890cb, #d8b9e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2a7e, #5c4b8b, #7f6d9c, #a890cb, #d8b9e4);
}

The Yokai’s Darkened Vanity color palette created on .