Blossom Blush Color Palette
Discover the beautiful Blossom Blush color palette featuring wax flower (#ffc1a8), cornflower lilac (#ffb19e), mona lisa (#ffa78f), vivid tangerine (#ff9c7a) and salmon (#ff8f66).
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: #ffc1a8;
}
.color-2 {
color: #ffb19e;
}
.color-3 {
color: #ffa78f;
}
.color-4 {
color: #ff9c7a;
}
.color-5 {
color: #ff8f66;
}
/* CSS Variables */
:root {
--color-1: #ffc1a8;
--color-2: #ffb19e;
--color-3: #ffa78f;
--color-4: #ff9c7a;
--color-5: #ff8f66;
}
🌈 Blossom Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc1a8, #ffb19e, #ffa78f, #ff9c7a, #ff8f66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc1a8, #ffb19e, #ffa78f, #ff9c7a, #ff8f66);
}
🔗 Explore similar color palettes
Blossom Blush color palette created on .