Mitski Color Palette

Discover the beautiful Mitski color palette featuring mulled wine (#4c3d6b), bouquet (#a76c8d), wewak (#f2a6a8), mandys pink (#f4cbb3) and givry (#f9e7c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Bright, Indie, Modern, Pink, Purple, Soft, Summer, Vintage 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 Mitski palette

Share this palette to:

💻 Mitski color palette CSS

/* CSS */
.color-1 {
color: #4c3d6b;
}
.color-2 {
color: #a76c8d;
}
.color-3 {
color: #f2a6a8;
}
.color-4 {
color: #f4cbb3;
}
.color-5 {
color: #f9e7c3;
}

/* CSS Variables */
:root {
--color-1: #4c3d6b;
--color-2: #a76c8d;
--color-3: #f2a6a8;
--color-4: #f4cbb3;
--color-5: #f9e7c3;
}

🌈 Mitski background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6b, #a76c8d, #f2a6a8, #f4cbb3, #f9e7c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6b, #a76c8d, #f2a6a8, #f4cbb3, #f9e7c3);
}

Mitski color palette created on .