Coquette Charm Color Palette

Discover the beautiful Coquette Charm color palette featuring beauty bush (#f1bbca), beauty bush (#f3c9d0), vanilla ice (#ebc6d4), carissma (#eb84a5) and fuzzy wuzzy brown (#c34b61).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Soft, Warm, Bright, Coral, Aesthetic 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 Coquette Charm palette

Share this palette to:

💻 Coquette Charm color palette CSS

/* CSS */
.color-1 {
color: #f1bbca;
}
.color-2 {
color: #f3c9d0;
}
.color-3 {
color: #ebc6d4;
}
.color-4 {
color: #eb84a5;
}
.color-5 {
color: #c34b61;
}

/* CSS Variables */
:root {
--color-1: #f1bbca;
--color-2: #f3c9d0;
--color-3: #ebc6d4;
--color-4: #eb84a5;
--color-5: #c34b61;
}

🌈 Coquette Charm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1bbca, #f3c9d0, #ebc6d4, #eb84a5, #c34b61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1bbca, #f3c9d0, #ebc6d4, #eb84a5, #c34b61);
}

Coquette Charm color palette created on .