Light Pink Color Palette
Discover the beautiful Light Pink color palette featuring cinderella (#fbe5df), we peep (#f2c5d3), shilo (#e2a7b3), puce (#d08b9a) and turkish rose (#b06d81).
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 Light Pink palette
💻 Light Pink color palette CSS
/* CSS */
.color-1 {
color: #fbe5df;
}
.color-2 {
color: #f2c5d3;
}
.color-3 {
color: #e2a7b3;
}
.color-4 {
color: #d08b9a;
}
.color-5 {
color: #b06d81;
}
/* CSS Variables */
:root {
--color-1: #fbe5df;
--color-2: #f2c5d3;
--color-3: #e2a7b3;
--color-4: #d08b9a;
--color-5: #b06d81;
}
🌈 Light Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe5df, #f2c5d3, #e2a7b3, #d08b9a, #b06d81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe5df, #f2c5d3, #e2a7b3, #d08b9a, #b06d81);
}
🔗 Explore similar color palettes
Light Pink color palette created on .