Coquette Charm Color Palette

Discover the beautiful Coquette Charm color palette featuring wisp pink (#fef7fa), lavender blush (#fffbfc), wisp pink (#fef7fa), wisp pink (#fef2f7) and carousel pink (#fbe7ec).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Light, Pastel, Pink, Soft, 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: #fef7fa;
}
.color-2 {
color: #fffbfc;
}
.color-3 {
color: #fef7fa;
}
.color-4 {
color: #fef2f7;
}
.color-5 {
color: #fbe7ec;
}

/* CSS Variables */
:root {
--color-1: #fef7fa;
--color-2: #fffbfc;
--color-3: #fef7fa;
--color-4: #fef2f7;
--color-5: #fbe7ec;
}

🌈 Coquette Charm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef7fa, #fffbfc, #fef7fa, #fef2f7, #fbe7ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef7fa, #fffbfc, #fef7fa, #fef2f7, #fbe7ec);
}

Coquette Charm color palette created on .