Mira Color Palette

Discover the beautiful Mira color palette featuring azalea (#f3bfd3), mauvelous (#f698a9), froly (#f57f93), chestnut rose (#d05d7a) and vin rouge (#9d3f67).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Feminine, Modern, Pink, Soft, 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 Mira palette

Share this palette to:

💻 Mira color palette CSS

/* CSS */
.color-1 {
color: #f3bfd3;
}
.color-2 {
color: #f698a9;
}
.color-3 {
color: #f57f93;
}
.color-4 {
color: #d05d7a;
}
.color-5 {
color: #9d3f67;
}

/* CSS Variables */
:root {
--color-1: #f3bfd3;
--color-2: #f698a9;
--color-3: #f57f93;
--color-4: #d05d7a;
--color-5: #9d3f67;
}

🌈 Mira background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3bfd3, #f698a9, #f57f93, #d05d7a, #9d3f67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3bfd3, #f698a9, #f57f93, #d05d7a, #9d3f67);
}

Mira color palette created on .