Pink Blossom Color Palette
Discover the beautiful Pink Blossom color palette featuring pink (#ffc9ce), peach schnapps (#ffd8d5), pippin (#ffe7e6), lavender blush (#ffeff3) and sauvignon (#fff4f2).
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 Pink Blossom palette
💻 Pink Blossom color palette CSS
/* CSS */
.color-1 {
color: #ffc9ce;
}
.color-2 {
color: #ffd8d5;
}
.color-3 {
color: #ffe7e6;
}
.color-4 {
color: #ffeff3;
}
.color-5 {
color: #fff4f2;
}
/* CSS Variables */
:root {
--color-1: #ffc9ce;
--color-2: #ffd8d5;
--color-3: #ffe7e6;
--color-4: #ffeff3;
--color-5: #fff4f2;
} 🌈 Pink Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc9ce, #ffd8d5, #ffe7e6, #ffeff3, #fff4f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc9ce, #ffd8d5, #ffe7e6, #ffeff3, #fff4f2);
} 🔗 Explore similar color palettes
Pink Blossom color palette created on .