Coquette Bliss Color Palette

Discover the beautiful Coquette Bliss color palette featuring chantilly (#faced6), cherub (#fbe0f0), white lilac (#f9f3fc), we peep (#f4d0e3) and kobi (#eea8bd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Pastel, Pink, Soft 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 Bliss palette

Share this palette to:

💻 Coquette Bliss color palette CSS

/* CSS */
.color-1 {
color: #faced6;
}
.color-2 {
color: #fbe0f0;
}
.color-3 {
color: #f9f3fc;
}
.color-4 {
color: #f4d0e3;
}
.color-5 {
color: #eea8bd;
}

/* CSS Variables */
:root {
--color-1: #faced6;
--color-2: #fbe0f0;
--color-3: #f9f3fc;
--color-4: #f4d0e3;
--color-5: #eea8bd;
}

🌈 Coquette Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faced6, #fbe0f0, #f9f3fc, #f4d0e3, #eea8bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faced6, #fbe0f0, #f9f3fc, #f4d0e3, #eea8bd);
}

Coquette Bliss color palette created on .