Whimsical Moth Blossom Color Palette

Discover the beautiful Whimsical Moth Blossom color palette featuring charm (#d56c8a), turkish rose (#b86b8c), cashmere (#e6b29e), astra (#f9e8b4) and manhattan (#f4be9f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Cream, Bright, 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 Whimsical Moth Blossom palette

Share this palette to:

💻 Whimsical Moth Blossom color palette CSS

/* CSS */
.color-1 {
color: #d56c8a;
}
.color-2 {
color: #b86b8c;
}
.color-3 {
color: #e6b29e;
}
.color-4 {
color: #f9e8b4;
}
.color-5 {
color: #f4be9f;
}

/* CSS Variables */
:root {
--color-1: #d56c8a;
--color-2: #b86b8c;
--color-3: #e6b29e;
--color-4: #f9e8b4;
--color-5: #f4be9f;
}

🌈 Whimsical Moth Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d56c8a, #b86b8c, #e6b29e, #f9e8b4, #f4be9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d56c8a, #b86b8c, #e6b29e, #f9e8b4, #f4be9f);
}

Whimsical Moth Blossom color palette created on .