Moth Cat Color Palette

Discover the beautiful Moth Cat color palette featuring butterfly bush (#6d508b), east side (#b59cc9), snuff (#e0c5e2), wheat (#f3e4aa) and mandys pink (#f0b2b2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Feminine, Light, Muted, Pink, Purple, Soft 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 Moth Cat palette

Share this palette to:

💻 Moth Cat color palette CSS

/* CSS */
.color-1 {
color: #6d508b;
}
.color-2 {
color: #b59cc9;
}
.color-3 {
color: #e0c5e2;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #f0b2b2;
}

/* CSS Variables */
:root {
--color-1: #6d508b;
--color-2: #b59cc9;
--color-3: #e0c5e2;
--color-4: #f3e4aa;
--color-5: #f0b2b2;
}

🌈 Moth Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d508b, #b59cc9, #e0c5e2, #f3e4aa, #f0b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d508b, #b59cc9, #e0c5e2, #f3e4aa, #f0b2b2);
}

Moth Cat color palette created on .