Blossom Blush Color Palette
Discover the beautiful Blossom Blush color palette featuring rose bud (#fbb1a2), wewak (#f2a6b6), carissma (#e78daa), charm (#d15c8b) and royal heath (#b53b6e).
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 Blossom Blush palette
💻 Blossom Blush color palette CSS
/* CSS */
.color-1 {
color: #fbb1a2;
}
.color-2 {
color: #f2a6b6;
}
.color-3 {
color: #e78daa;
}
.color-4 {
color: #d15c8b;
}
.color-5 {
color: #b53b6e;
}
/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f2a6b6;
--color-3: #e78daa;
--color-4: #d15c8b;
--color-5: #b53b6e;
} 🌈 Blossom Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f2a6b6, #e78daa, #d15c8b, #b53b6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f2a6b6, #e78daa, #d15c8b, #b53b6e);
} 🔗 Explore similar color palettes
Blossom Blush color palette created on .