Blushing Petals Color Palette

Discover the beautiful Blushing Petals color palette featuring manhattan (#f8c2a0), wewak (#f1a7a2), apricot peach (#f9c6a9), apricot peach (#fbc9b1) and marzipan (#f7e1a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Coral, Bright, Spring, Sunset 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 Blushing Petals palette

Share this palette to:

💻 Blushing Petals color palette CSS

/* CSS */
.color-1 {
color: #f8c2a0;
}
.color-2 {
color: #f1a7a2;
}
.color-3 {
color: #f9c6a9;
}
.color-4 {
color: #fbc9b1;
}
.color-5 {
color: #f7e1a1;
}

/* CSS Variables */
:root {
--color-1: #f8c2a0;
--color-2: #f1a7a2;
--color-3: #f9c6a9;
--color-4: #fbc9b1;
--color-5: #f7e1a1;
}

🌈 Blushing Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c2a0, #f1a7a2, #f9c6a9, #fbc9b1, #f7e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c2a0, #f1a7a2, #f9c6a9, #fbc9b1, #f7e1a1);
}

Blushing Petals color palette created on .