Japanese Cherry Blossom Color Palette
Discover the beautiful Japanese Cherry Blossom color palette featuring mandys pink (#f1b1bf), azalea (#f4c8d6), light orchid (#e9b4d7), logan (#b1a2c8) and kimberly (#8e7ca2).
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 Japanese Cherry Blossom palette
💻 Japanese Cherry Blossom color palette CSS
/* CSS */
.color-1 {
color: #f1b1bf;
}
.color-2 {
color: #f4c8d6;
}
.color-3 {
color: #e9b4d7;
}
.color-4 {
color: #b1a2c8;
}
.color-5 {
color: #8e7ca2;
}
/* CSS Variables */
:root {
--color-1: #f1b1bf;
--color-2: #f4c8d6;
--color-3: #e9b4d7;
--color-4: #b1a2c8;
--color-5: #8e7ca2;
}
🌈 Japanese Cherry Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1bf, #f4c8d6, #e9b4d7, #b1a2c8, #8e7ca2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1bf, #f4c8d6, #e9b4d7, #b1a2c8, #8e7ca2);
}
🔗 Explore similar color palettes
Japanese Cherry Blossom color palette created on .