Cherry Blossom Kimono Color Palette

Discover the beautiful Cherry Blossom Kimono color palette featuring azalea (#f6c1d5), illusion (#f2a6c7), kobi (#efb8d1), careys pink (#d3a1c4) and tapestry (#a44c8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Sakura, Japanese, Kimono, Soft, Peach, Coral, Red color palettes and combinations.

💡 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

Share this palette to:

💻 Cherry Blossom Kimono color palette CSS

/* CSS */
.color-1 {
color: #f6c1d5;
}
.color-2 {
color: #f2a6c7;
}
.color-3 {
color: #efb8d1;
}
.color-4 {
color: #d3a1c4;
}
.color-5 {
color: #a44c8d;
}

/* CSS Variables */
:root {
--color-1: #f6c1d5;
--color-2: #f2a6c7;
--color-3: #efb8d1;
--color-4: #d3a1c4;
--color-5: #a44c8d;
}

🌈 Cherry Blossom Kimono background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d5, #f2a6c7, #efb8d1, #d3a1c4, #a44c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d5, #f2a6c7, #efb8d1, #d3a1c4, #a44c8d);
}

Cherry Blossom Kimono color palette created on .