Cherry Blossom Harmony Color Palette
Discover the beautiful Cherry Blossom Harmony color palette featuring azalea (#f6cbd6), wewak (#f2a1ae), deep blush (#e27e8d), mulberry (#c45a7d) and night shadz (#9f2d5b).
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 Harmony palette
💻 Cherry Blossom Harmony color palette CSS
/* CSS */
.color-1 {
color: #f6cbd6;
}
.color-2 {
color: #f2a1ae;
}
.color-3 {
color: #e27e8d;
}
.color-4 {
color: #c45a7d;
}
.color-5 {
color: #9f2d5b;
}
/* CSS Variables */
:root {
--color-1: #f6cbd6;
--color-2: #f2a1ae;
--color-3: #e27e8d;
--color-4: #c45a7d;
--color-5: #9f2d5b;
}
🌈 Cherry Blossom Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cbd6, #f2a1ae, #e27e8d, #c45a7d, #9f2d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cbd6, #f2a1ae, #e27e8d, #c45a7d, #9f2d5b);
}
🔗 Explore similar color palettes
Cherry Blossom Harmony color palette created on .