Moth Color Palette

Discover the beautiful Moth color palette featuring prelude (#beb4dc), snuff (#dacfeb), white lilac (#ede8f6), dairy cream (#fbdfc5) and desert sand (#ecc7ac).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Elegant, Feminine, Light, Lilac, Pastel, Peach, Pink, Soft, Warm 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 palette

Share this palette to:

💻 Moth color palette CSS

/* CSS */
.color-1 {
color: #beb4dc;
}
.color-2 {
color: #dacfeb;
}
.color-3 {
color: #ede8f6;
}
.color-4 {
color: #fbdfc5;
}
.color-5 {
color: #ecc7ac;
}

/* CSS Variables */
:root {
--color-1: #beb4dc;
--color-2: #dacfeb;
--color-3: #ede8f6;
--color-4: #fbdfc5;
--color-5: #ecc7ac;
}

🌈 Moth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #beb4dc, #dacfeb, #ede8f6, #fbdfc5, #ecc7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #beb4dc, #dacfeb, #ede8f6, #fbdfc5, #ecc7ac);
}

Moth color palette created on .