夜桜と月 Color Palette

Discover the beautiful 夜桜と月 color palette featuring azalea (#f5c7d5), careys pink (#d9a6b5), turkish rose (#b57d8c), cannon pink (#7b4c6b) and thunder (#3c2a3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Flower, Gray, Moon, Pink, Red, Tree 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 夜桜と月 palette

Share this palette to:

💻 夜桜と月 color palette CSS

/* CSS */
.color-1 {
color: #f5c7d5;
}
.color-2 {
color: #d9a6b5;
}
.color-3 {
color: #b57d8c;
}
.color-4 {
color: #7b4c6b;
}
.color-5 {
color: #3c2a3a;
}

/* CSS Variables */
:root {
--color-1: #f5c7d5;
--color-2: #d9a6b5;
--color-3: #b57d8c;
--color-4: #7b4c6b;
--color-5: #3c2a3a;
}

🌈 夜桜と月 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7d5, #d9a6b5, #b57d8c, #7b4c6b, #3c2a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7d5, #d9a6b5, #b57d8c, #7b4c6b, #3c2a3a);
}

夜桜と月 color palette created on .