Peach Bliss Color Palette

Discover the beautiful Peach Bliss color palette featuring wewak (#f6a6a2), corvette (#f8caa5), chamois (#edd7b0), wheat (#f6e8b1) and manhattan (#f4c29f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Champaigne, Peach, Soft, Spring, Vibrant, Warm 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 Peach Bliss palette

Share this palette to:

💻 Peach Bliss color palette CSS

/* CSS */
.color-1 {
color: #f6a6a2;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #edd7b0;
}
.color-4 {
color: #f6e8b1;
}
.color-5 {
color: #f4c29f;
}

/* CSS Variables */
:root {
--color-1: #f6a6a2;
--color-2: #f8caa5;
--color-3: #edd7b0;
--color-4: #f6e8b1;
--color-5: #f4c29f;
}

🌈 Peach Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a6a2, #f8caa5, #edd7b0, #f6e8b1, #f4c29f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a6a2, #f8caa5, #edd7b0, #f6e8b1, #f4c29f);
}

Peach Bliss color palette created on .