Pink Nude Color Palette

Discover the beautiful Pink Nude color palette featuring beauty bush (#f1c8c6), shilo (#e2a7a2), new york pink (#d8797a), mandys pink (#f4d1c3) and shilo (#e9b4c5).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Nude color palette CSS

/* CSS */
.color-1 {
color: #f1c8c6;
}
.color-2 {
color: #e2a7a2;
}
.color-3 {
color: #d8797a;
}
.color-4 {
color: #f4d1c3;
}
.color-5 {
color: #e9b4c5;
}

/* CSS Variables */
:root {
--color-1: #f1c8c6;
--color-2: #e2a7a2;
--color-3: #d8797a;
--color-4: #f4d1c3;
--color-5: #e9b4c5;
}

🌈 Pink Nude background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c8c6, #e2a7a2, #d8797a, #f4d1c3, #e9b4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c8c6, #e2a7a2, #d8797a, #f4d1c3, #e9b4c5);
}

Pink Nude color palette created on .