Pink Chantilly Color Palette

Discover the beautiful Pink Chantilly color palette featuring chantilly (#f8c4e0), illusion (#f1a7c6), shocking (#e58fb0), hopbush (#d671a0) and mulberry (#c15384).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Chantilly color palette CSS

/* CSS */
.color-1 {
color: #f8c4e0;
}
.color-2 {
color: #f1a7c6;
}
.color-3 {
color: #e58fb0;
}
.color-4 {
color: #d671a0;
}
.color-5 {
color: #c15384;
}

/* CSS Variables */
:root {
--color-1: #f8c4e0;
--color-2: #f1a7c6;
--color-3: #e58fb0;
--color-4: #d671a0;
--color-5: #c15384;
}

🌈 Pink Chantilly background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c4e0, #f1a7c6, #e58fb0, #d671a0, #c15384);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c4e0, #f1a7c6, #e58fb0, #d671a0, #c15384);
}

Pink Chantilly color palette created on .