Elegant Peach Color Palette

Discover the beautiful Elegant Peach color palette featuring manhattan (#f6c4a7), tacao (#efaf8a), sandy brown (#f2a06e), copperfield (#d68b5c) and matrix (#a85b4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Peach, Cream, Warm, Bright 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 Elegant Peach palette

Share this palette to:

💻 Elegant Peach color palette CSS

/* CSS */
.color-1 {
color: #f6c4a7;
}
.color-2 {
color: #efaf8a;
}
.color-3 {
color: #f2a06e;
}
.color-4 {
color: #d68b5c;
}
.color-5 {
color: #a85b4d;
}

/* CSS Variables */
:root {
--color-1: #f6c4a7;
--color-2: #efaf8a;
--color-3: #f2a06e;
--color-4: #d68b5c;
--color-5: #a85b4d;
}

🌈 Elegant Peach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c4a7, #efaf8a, #f2a06e, #d68b5c, #a85b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c4a7, #efaf8a, #f2a06e, #d68b5c, #a85b4d);
}

Elegant Peach color palette created on .