Peachy Shades Color Palette

Discover the beautiful Peachy Shades color palette featuring cameo (#d8b89d), bone (#e0c6b2), sidecar (#f4e2c3), manhattan (#f5c8a3) and oriental pink (#c3998d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Bright, Beach, Soft Summer, Warm Spring 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 Shades palette

Share this palette to:

๐Ÿ’ป Peachy Shades color palette CSS

/* CSS */
.color-1 {
color: #d8b89d;
}
.color-2 {
color: #e0c6b2;
}
.color-3 {
color: #f4e2c3;
}
.color-4 {
color: #f5c8a3;
}
.color-5 {
color: #c3998d;
}

/* CSS Variables */
:root {
--color-1: #d8b89d;
--color-2: #e0c6b2;
--color-3: #f4e2c3;
--color-4: #f5c8a3;
--color-5: #c3998d;
}

๐ŸŒˆ Peachy Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b89d, #e0c6b2, #f4e2c3, #f5c8a3, #c3998d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b89d, #e0c6b2, #f4e2c3, #f5c8a3, #c3998d);
}

Peachy Shades color palette created on .