Plum Blossom Pink Color Palette
Discover the beautiful Plum Blossom Pink color palette featuring beauty bush (#f0c1d3), light orchid (#e3a6c2), hopbush (#cf77a5), mulberry (#bf4f8b) and royal heath (#a32e6c).
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 Plum Blossom Pink palette
💻 Plum Blossom Pink color palette CSS
/* CSS */
.color-1 {
color: #f0c1d3;
}
.color-2 {
color: #e3a6c2;
}
.color-3 {
color: #cf77a5;
}
.color-4 {
color: #bf4f8b;
}
.color-5 {
color: #a32e6c;
}
/* CSS Variables */
:root {
--color-1: #f0c1d3;
--color-2: #e3a6c2;
--color-3: #cf77a5;
--color-4: #bf4f8b;
--color-5: #a32e6c;
} 🌈 Plum Blossom Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c1d3, #e3a6c2, #cf77a5, #bf4f8b, #a32e6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c1d3, #e3a6c2, #cf77a5, #bf4f8b, #a32e6c);
} 🔗 Explore similar color palettes
Plum Blossom Pink color palette created on .