Blushing Blossom Color Palette
Discover the beautiful Blushing Blossom color palette featuring provincial pink (#fef8f1), janna (#f3e6d3), mandys pink (#f0c09e), tonys pink (#e49f8b) and new york pink (#d17c7b).
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 Blossom palette
💻 Blushing Blossom color palette CSS
/* CSS */
.color-1 {
color: #fef8f1;
}
.color-2 {
color: #f3e6d3;
}
.color-3 {
color: #f0c09e;
}
.color-4 {
color: #e49f8b;
}
.color-5 {
color: #d17c7b;
}
/* CSS Variables */
:root {
--color-1: #fef8f1;
--color-2: #f3e6d3;
--color-3: #f0c09e;
--color-4: #e49f8b;
--color-5: #d17c7b;
} 🌈 Blushing Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef8f1, #f3e6d3, #f0c09e, #e49f8b, #d17c7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef8f1, #f3e6d3, #f0c09e, #e49f8b, #d17c7b);
} 🔗 Explore similar color palettes
Blushing Blossom color palette created on .