Mitsuri Color Palette

Discover the beautiful Mitsuri color palette featuring azalea (#f7c5d5), carnation pink (#ff9eb6), brink pink (#ff6b8b), radical red (#ff3d5a) and brick red (#c32c5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Bright, Feminine, Summer, Spring, Vibrant 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 Mitsuri palette

Share this palette to:

💻 Mitsuri color palette CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #ff9eb6;
}
.color-3 {
color: #ff6b8b;
}
.color-4 {
color: #ff3d5a;
}
.color-5 {
color: #c32c5a;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #ff9eb6;
--color-3: #ff6b8b;
--color-4: #ff3d5a;
--color-5: #c32c5a;
}

🌈 Mitsuri background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #ff9eb6, #ff6b8b, #ff3d5a, #c32c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #ff9eb6, #ff6b8b, #ff3d5a, #c32c5a);
}

Mitsuri color palette created on .