Cute Coquette Cafe Color Palette
Discover the beautiful Cute Coquette Cafe color palette featuring cinderella (#fddad5), remy (#fee7f0), oasis (#feeecd), peach schnapps (#ffd4cf) and cupid (#fdc4e2).
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 Cute Coquette Cafe palette
💻 Cute Coquette Cafe color palette CSS
/* CSS */
.color-1 {
color: #fddad5;
}
.color-2 {
color: #fee7f0;
}
.color-3 {
color: #feeecd;
}
.color-4 {
color: #ffd4cf;
}
.color-5 {
color: #fdc4e2;
}
/* CSS Variables */
:root {
--color-1: #fddad5;
--color-2: #fee7f0;
--color-3: #feeecd;
--color-4: #ffd4cf;
--color-5: #fdc4e2;
} 🌈 Cute Coquette Cafe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fddad5, #fee7f0, #feeecd, #ffd4cf, #fdc4e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fddad5, #fee7f0, #feeecd, #ffd4cf, #fdc4e2);
} 🔗 Explore similar color palettes
Cute Coquette Cafe color palette created on .