Kyoto Blossom Color Palette

Discover the beautiful Kyoto Blossom color palette featuring maize (#f6d8a7), tacao (#efaf8f), copperfield (#d38964), chestnut (#b75f4e) and tosca (#8c3b3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Bright, Coral, Fall, Flower, Japanese, Peach, Spring, Warm 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 Kyoto Blossom palette

Share this palette to:

💻 Kyoto Blossom color palette CSS

/* CSS */
.color-1 {
color: #f6d8a7;
}
.color-2 {
color: #efaf8f;
}
.color-3 {
color: #d38964;
}
.color-4 {
color: #b75f4e;
}
.color-5 {
color: #8c3b3c;
}

/* CSS Variables */
:root {
--color-1: #f6d8a7;
--color-2: #efaf8f;
--color-3: #d38964;
--color-4: #b75f4e;
--color-5: #8c3b3c;
}

🌈 Kyoto Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d8a7, #efaf8f, #d38964, #b75f4e, #8c3b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d8a7, #efaf8f, #d38964, #b75f4e, #8c3b3c);
}

Kyoto Blossom color palette created on .