Cherry Blossom Kimono Color Palette
Discover the beautiful Cherry Blossom Kimono color palette featuring cupid (#fac1da), illusion (#f7a7ce), chantilly (#f5b7d7), light orchid (#e597d2) and medium red violet (#c431a8).
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 Kimono palette
💻 Cherry Blossom Kimono color palette CSS
/* CSS */
.color-1 {
color: #fac1da;
}
.color-2 {
color: #f7a7ce;
}
.color-3 {
color: #f5b7d7;
}
.color-4 {
color: #e597d2;
}
.color-5 {
color: #c431a8;
}
/* CSS Variables */
:root {
--color-1: #fac1da;
--color-2: #f7a7ce;
--color-3: #f5b7d7;
--color-4: #e597d2;
--color-5: #c431a8;
} 🌈 Cherry Blossom Kimono background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fac1da, #f7a7ce, #f5b7d7, #e597d2, #c431a8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fac1da, #f7a7ce, #f5b7d7, #e597d2, #c431a8);
} 🔗 Explore similar color palettes
Cherry Blossom Kimono color palette created on .