Cherry Blossom Pink Color Palette
Discover the beautiful Cherry Blossom Pink color palette featuring wewak (#f1a7b4), azalea (#f5c2cf), we peep (#f9e1e5), wisp pink (#fce9f2) and pig pink (#fcd4df).
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 Cherry Blossom Pink palette
💻 Cherry Blossom Pink color palette CSS
/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f5c2cf;
}
.color-3 {
color: #f9e1e5;
}
.color-4 {
color: #fce9f2;
}
.color-5 {
color: #fcd4df;
}
/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f5c2cf;
--color-3: #f9e1e5;
--color-4: #fce9f2;
--color-5: #fcd4df;
} 🌈 Cherry Blossom Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f5c2cf, #f9e1e5, #fce9f2, #fcd4df);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f5c2cf, #f9e1e5, #fce9f2, #fcd4df);
} 🔗 Explore similar color palettes
Cherry Blossom Pink color palette created on .