Whimsical Blossom Color Palette

Discover the beautiful Whimsical Blossom color palette featuring hampton (#e6d0b2), cameo (#d9b99b), hopbush (#c86a8c), tapestry (#b054a1) and affair (#7d4d9d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Pink, Soft, Vibrant 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 Blossom palette

Share this palette to:

💻 Whimsical Blossom color palette CSS

/* CSS */
.color-1 {
color: #e6d0b2;
}
.color-2 {
color: #d9b99b;
}
.color-3 {
color: #c86a8c;
}
.color-4 {
color: #b054a1;
}
.color-5 {
color: #7d4d9d;
}

/* CSS Variables */
:root {
--color-1: #e6d0b2;
--color-2: #d9b99b;
--color-3: #c86a8c;
--color-4: #b054a1;
--color-5: #7d4d9d;
}

🌈 Whimsical Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d0b2, #d9b99b, #c86a8c, #b054a1, #7d4d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d0b2, #d9b99b, #c86a8c, #b054a1, #7d4d9d);
}

Whimsical Blossom color palette created on .