Misty Rose Color Palette

Discover the beautiful Misty Rose color palette featuring we peep (#f5d1d2), chantilly (#f9c3c7), rose bud (#f7a1a7), froly (#f58a8b) and froly (#f36d76).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Light, Peach, Pink, Soft, Spring, Summer 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 Misty Rose palette

Share this palette to:

💻 Misty Rose color palette CSS

/* CSS */
.color-1 {
color: #f5d1d2;
}
.color-2 {
color: #f9c3c7;
}
.color-3 {
color: #f7a1a7;
}
.color-4 {
color: #f58a8b;
}
.color-5 {
color: #f36d76;
}

/* CSS Variables */
:root {
--color-1: #f5d1d2;
--color-2: #f9c3c7;
--color-3: #f7a1a7;
--color-4: #f58a8b;
--color-5: #f36d76;
}

🌈 Misty Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d1d2, #f9c3c7, #f7a1a7, #f58a8b, #f36d76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d1d2, #f9c3c7, #f7a1a7, #f58a8b, #f36d76);
}

Misty Rose color palette created on .