Coquette Color Palette
Discover the beautiful Coquette color palette featuring apricot peach (#fbd3c1), illusion (#f4a4c8), azalea (#f6c6d4), cherub (#f9d7e6) and wisp pink (#fce8f1).
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 palette
💻 Coquette color palette CSS
/* CSS */
.color-1 {
color: #fbd3c1;
}
.color-2 {
color: #f4a4c8;
}
.color-3 {
color: #f6c6d4;
}
.color-4 {
color: #f9d7e6;
}
.color-5 {
color: #fce8f1;
}
/* CSS Variables */
:root {
--color-1: #fbd3c1;
--color-2: #f4a4c8;
--color-3: #f6c6d4;
--color-4: #f9d7e6;
--color-5: #fce8f1;
} 🌈 Coquette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd3c1, #f4a4c8, #f6c6d4, #f9d7e6, #fce8f1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd3c1, #f4a4c8, #f6c6d4, #f9d7e6, #fce8f1);
} 🔗 Explore similar color palettes
Coquette color palette created on .