Peachy Pink Color Palette

Discover the beautiful Peachy Pink color palette featuring energy yellow (#f7d35f), rose bud (#f9b29a), bittersweet (#ff6e61), red orange (#ff3f2e) and azalea (#f0b7e4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Pink, Spring, Fun 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 Pink palette

Share this palette to:

๐Ÿ’ป Peachy Pink color palette CSS

/* CSS */
.color-1 {
color: #f7d35f;
}
.color-2 {
color: #f9b29a;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff3f2e;
}
.color-5 {
color: #f0b7e4;
}

/* CSS Variables */
:root {
--color-1: #f7d35f;
--color-2: #f9b29a;
--color-3: #ff6e61;
--color-4: #ff3f2e;
--color-5: #f0b7e4;
}

๐ŸŒˆ Peachy Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d35f, #f9b29a, #ff6e61, #ff3f2e, #f0b7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d35f, #f9b29a, #ff6e61, #ff3f2e, #f0b7e4);
}

Peachy Pink color palette created on .