Blush Blossom Dream Color Palette
Discover the beautiful Blush Blossom Dream color palette featuring illusion (#f4a4c8), illusion (#f8b4d4), we peep (#f2c5df), light orchid (#e3a5c8) and light orchid (#dda2d8).
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 Dream palette
💻 Blush Blossom Dream color palette CSS
/* CSS */
.color-1 {
color: #f4a4c8;
}
.color-2 {
color: #f8b4d4;
}
.color-3 {
color: #f2c5df;
}
.color-4 {
color: #e3a5c8;
}
.color-5 {
color: #dda2d8;
}
/* CSS Variables */
:root {
--color-1: #f4a4c8;
--color-2: #f8b4d4;
--color-3: #f2c5df;
--color-4: #e3a5c8;
--color-5: #dda2d8;
} 🌈 Blush Blossom Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4c8, #f8b4d4, #f2c5df, #e3a5c8, #dda2d8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4c8, #f8b4d4, #f2c5df, #e3a5c8, #dda2d8);
} 🔗 Explore similar color palettes
Blush Blossom Dream color palette created on .