Dusty Pink Color Palette

Discover the beautiful Dusty Pink color palette featuring mandys pink (#f4c3b3), petite orchid (#e3a5a1), petite orchid (#d99a8c), old rose (#c48c78) and coral tree (#b37a6b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Coral, Warm, Light 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 Dusty Pink palette

Share this palette to:

💻 Dusty Pink color palette CSS

/* CSS */
.color-1 {
color: #f4c3b3;
}
.color-2 {
color: #e3a5a1;
}
.color-3 {
color: #d99a8c;
}
.color-4 {
color: #c48c78;
}
.color-5 {
color: #b37a6b;
}

/* CSS Variables */
:root {
--color-1: #f4c3b3;
--color-2: #e3a5a1;
--color-3: #d99a8c;
--color-4: #c48c78;
--color-5: #b37a6b;
}

🌈 Dusty Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3b3, #e3a5a1, #d99a8c, #c48c78, #b37a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3b3, #e3a5a1, #d99a8c, #c48c78, #b37a6b);
}

Dusty Pink color palette created on .