Blush Blossom Dreams Color Palette

Discover the beautiful Blush Blossom Dreams color palette featuring cranberry (#db5885), froly (#ed7384), sea pink (#f19b93), mandys pink (#f4babc) and we peep (#f7dddf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Coral, Feminine, Pink, Soft, Summer, 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 Blush Blossom Dreams palette

Share this palette to:

💻 Blush Blossom Dreams color palette CSS

/* CSS */
.color-1 {
color: #db5885;
}
.color-2 {
color: #ed7384;
}
.color-3 {
color: #f19b93;
}
.color-4 {
color: #f4babc;
}
.color-5 {
color: #f7dddf;
}

/* CSS Variables */
:root {
--color-1: #db5885;
--color-2: #ed7384;
--color-3: #f19b93;
--color-4: #f4babc;
--color-5: #f7dddf;
}

🌈 Blush Blossom Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db5885, #ed7384, #f19b93, #f4babc, #f7dddf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db5885, #ed7384, #f19b93, #f4babc, #f7dddf);
}

Blush Blossom Dreams color palette created on .