Coquette Color Palette

Discover the beautiful Coquette color palette featuring carousel pink (#fcedf0), amour (#faeaf1), we peep (#f7dee7), snuff (#ebdcef) and amour (#f8ecf3).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Coquette color palette CSS

/* CSS */
.color-1 {
color: #fcedf0;
}
.color-2 {
color: #faeaf1;
}
.color-3 {
color: #f7dee7;
}
.color-4 {
color: #ebdcef;
}
.color-5 {
color: #f8ecf3;
}

/* CSS Variables */
:root {
--color-1: #fcedf0;
--color-2: #faeaf1;
--color-3: #f7dee7;
--color-4: #ebdcef;
--color-5: #f8ecf3;
}

🌈 Coquette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcedf0, #faeaf1, #f7dee7, #ebdcef, #f8ecf3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcedf0, #faeaf1, #f7dee7, #ebdcef, #f8ecf3);
}

Coquette color palette created on .