Peachy Skin Color Palette

Discover the beautiful Peachy Skin color palette featuring givry (#f8d2c9), mandys pink (#f2b9a1), tonys pink (#e8a99c), petite orchid (#e09e8f) and new york pink (#d38978).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Feminine, Light, Peach, Soft 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 Peachy Skin palette

Share this palette to:

💻 Peachy Skin color palette CSS

/* CSS */
.color-1 {
color: #f8d2c9;
}
.color-2 {
color: #f2b9a1;
}
.color-3 {
color: #e8a99c;
}
.color-4 {
color: #e09e8f;
}
.color-5 {
color: #d38978;
}

/* CSS Variables */
:root {
--color-1: #f8d2c9;
--color-2: #f2b9a1;
--color-3: #e8a99c;
--color-4: #e09e8f;
--color-5: #d38978;
}

🌈 Peachy Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d2c9, #f2b9a1, #e8a99c, #e09e8f, #d38978);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d2c9, #f2b9a1, #e8a99c, #e09e8f, #d38978);
}

Peachy Skin color palette created on .