Coquette Charm Color Palette
Discover the beautiful Coquette Charm color palette featuring cherub (#fbe5e8), linen (#fcecec), amour (#f9e8eb), azalea (#f9d0d7) and beauty bush (#efb4b4).
Brightness
Saturation
Warmth
💡 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
💻 Coquette Charm color palette CSS
/* CSS */
.color-1 {
color: #fbe5e8;
}
.color-2 {
color: #fcecec;
}
.color-3 {
color: #f9e8eb;
}
.color-4 {
color: #f9d0d7;
}
.color-5 {
color: #efb4b4;
}
/* CSS Variables */
:root {
--color-1: #fbe5e8;
--color-2: #fcecec;
--color-3: #f9e8eb;
--color-4: #f9d0d7;
--color-5: #efb4b4;
} 🌈 Coquette Charm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe5e8, #fcecec, #f9e8eb, #f9d0d7, #efb4b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe5e8, #fcecec, #f9e8eb, #f9d0d7, #efb4b4);
} 🔗 Explore similar color palettes
Coquette Charm color palette created on .