Coquette Charm Color Palette

Discover the beautiful Coquette Charm color palette featuring wisp pink (#fef6f9), lavender blush (#fffafb), wisp pink (#fef6f9), wisp pink (#fef1f6) and carousel pink (#fbe9ee).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Light, Soft, Pastel, Cream, 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 Coquette Charm palette

Share this palette to:

💻 Coquette Charm color palette CSS

/* CSS */
.color-1 {
color: #fef6f9;
}
.color-2 {
color: #fffafb;
}
.color-3 {
color: #fef6f9;
}
.color-4 {
color: #fef1f6;
}
.color-5 {
color: #fbe9ee;
}

/* CSS Variables */
:root {
--color-1: #fef6f9;
--color-2: #fffafb;
--color-3: #fef6f9;
--color-4: #fef1f6;
--color-5: #fbe9ee;
}

🌈 Coquette Charm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef6f9, #fffafb, #fef6f9, #fef1f6, #fbe9ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef6f9, #fffafb, #fef6f9, #fef1f6, #fbe9ee);
}

Coquette Charm color palette created on .