Blush Blossom Dreams Color Palette
Discover the beautiful Blush Blossom Dreams color palette featuring mandys pink (#f2c2b1), beauty bush (#eab8c8), light orchid (#d89ccb), tapestry (#b76ca0) and cannon pink (#8c4a7e).
Brightness
Saturation
Warmth
💡 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
💻 Blush Blossom Dreams color palette CSS
/* CSS */
.color-1 {
color: #f2c2b1;
}
.color-2 {
color: #eab8c8;
}
.color-3 {
color: #d89ccb;
}
.color-4 {
color: #b76ca0;
}
.color-5 {
color: #8c4a7e;
}
/* CSS Variables */
:root {
--color-1: #f2c2b1;
--color-2: #eab8c8;
--color-3: #d89ccb;
--color-4: #b76ca0;
--color-5: #8c4a7e;
} 🌈 Blush Blossom Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c2b1, #eab8c8, #d89ccb, #b76ca0, #8c4a7e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c2b1, #eab8c8, #d89ccb, #b76ca0, #8c4a7e);
} 🔗 Explore similar color palettes
Blush Blossom Dreams color palette created on .