Peachy Real Estate Color Palette

Discover the beautiful Peachy Real Estate color palette featuring manhattan (#f7c6a6), apricot peach (#f9c5ae), manhattan (#f5b4a3), tonys pink (#e89b8c) and japonica (#d87b6f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Bright, Beach, Summer, Aesthetic 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 Real Estate palette

Share this palette to:

💻 Peachy Real Estate color palette CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f9c5ae;
}
.color-3 {
color: #f5b4a3;
}
.color-4 {
color: #e89b8c;
}
.color-5 {
color: #d87b6f;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f9c5ae;
--color-3: #f5b4a3;
--color-4: #e89b8c;
--color-5: #d87b6f;
}

🌈 Peachy Real Estate background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f9c5ae, #f5b4a3, #e89b8c, #d87b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f9c5ae, #f5b4a3, #e89b8c, #d87b6f);
}

Peachy Real Estate color palette created on .