Warm Pink Color Palette

Discover the beautiful Warm Pink color palette featuring blossom (#d9b0b0), dust storm (#e1c6c6), dawn pink (#f2e3e3), just right (#f2d5c5) and thatch (#c4a1a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pink, Soft, Warm 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 Warm Pink palette

Share this palette to:

💻 Warm Pink color palette CSS

/* CSS */
.color-1 {
color: #d9b0b0;
}
.color-2 {
color: #e1c6c6;
}
.color-3 {
color: #f2e3e3;
}
.color-4 {
color: #f2d5c5;
}
.color-5 {
color: #c4a1a1;
}

/* CSS Variables */
:root {
--color-1: #d9b0b0;
--color-2: #e1c6c6;
--color-3: #f2e3e3;
--color-4: #f2d5c5;
--color-5: #c4a1a1;
}

🌈 Warm Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b0b0, #e1c6c6, #f2e3e3, #f2d5c5, #c4a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b0b0, #e1c6c6, #f2e3e3, #f2d5c5, #c4a1a1);
}

Warm Pink color palette created on .