Blushing Bouquet Color Palette
Discover the beautiful Blushing Bouquet color palette featuring kobi (#e7a2b2), azalea (#f4c3d6), linen (#f8e5e2), beauty bush (#f1c0c8) and shilo (#e2a7b6).
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 Blushing Bouquet palette
💻 Blushing Bouquet color palette CSS
/* CSS */
.color-1 {
color: #e7a2b2;
}
.color-2 {
color: #f4c3d6;
}
.color-3 {
color: #f8e5e2;
}
.color-4 {
color: #f1c0c8;
}
.color-5 {
color: #e2a7b6;
}
/* CSS Variables */
:root {
--color-1: #e7a2b2;
--color-2: #f4c3d6;
--color-3: #f8e5e2;
--color-4: #f1c0c8;
--color-5: #e2a7b6;
} 🌈 Blushing Bouquet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7a2b2, #f4c3d6, #f8e5e2, #f1c0c8, #e2a7b6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7a2b2, #f4c3d6, #f8e5e2, #f1c0c8, #e2a7b6);
} 🔗 Explore similar color palettes
Blushing Bouquet color palette created on .