Blossom Dreams Color Palette

Discover the beautiful Blossom Dreams color palette featuring kobi (#e79dc3), hopbush (#d06c9b), mulberry (#c1537b), tapestry (#a94c8b) and cannon pink (#8f3d72).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blossom Dreams color palette CSS

/* CSS */
.color-1 {
color: #e79dc3;
}
.color-2 {
color: #d06c9b;
}
.color-3 {
color: #c1537b;
}
.color-4 {
color: #a94c8b;
}
.color-5 {
color: #8f3d72;
}

/* CSS Variables */
:root {
--color-1: #e79dc3;
--color-2: #d06c9b;
--color-3: #c1537b;
--color-4: #a94c8b;
--color-5: #8f3d72;
}

🌈 Blossom Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e79dc3, #d06c9b, #c1537b, #a94c8b, #8f3d72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e79dc3, #d06c9b, #c1537b, #a94c8b, #8f3d72);
}

Blossom Dreams color palette created on .