Petals of Paris Color Palette

Discover the beautiful Petals of Paris color palette featuring french rose (#f74b8a), wewak (#f6a2b0), azalea (#f6c1d1), we peep (#f9e6e9) and illusion (#f6b1c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Bright, Fun, 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 Petals of Paris palette

Share this palette to:

💻 Petals of Paris color palette CSS

/* CSS */
.color-1 {
color: #f74b8a;
}
.color-2 {
color: #f6a2b0;
}
.color-3 {
color: #f6c1d1;
}
.color-4 {
color: #f9e6e9;
}
.color-5 {
color: #f6b1c5;
}

/* CSS Variables */
:root {
--color-1: #f74b8a;
--color-2: #f6a2b0;
--color-3: #f6c1d1;
--color-4: #f9e6e9;
--color-5: #f6b1c5;
}

🌈 Petals of Paris background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f74b8a, #f6a2b0, #f6c1d1, #f9e6e9, #f6b1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f74b8a, #f6a2b0, #f6c1d1, #f9e6e9, #f6b1c5);
}

Petals of Paris color palette created on .