Pink Cream Color Palette
Discover the beautiful Pink Cream color palette featuring wewak (#f1a7b9), melanie (#e8bfd2), east side (#c5a7d2), prelude (#d5c5e2) and oyster pink (#e8d2c9).
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 Pink Cream palette
💻 Pink Cream color palette CSS
/* CSS */
.color-1 {
color: #f1a7b9;
}
.color-2 {
color: #e8bfd2;
}
.color-3 {
color: #c5a7d2;
}
.color-4 {
color: #d5c5e2;
}
.color-5 {
color: #e8d2c9;
}
/* CSS Variables */
:root {
--color-1: #f1a7b9;
--color-2: #e8bfd2;
--color-3: #c5a7d2;
--color-4: #d5c5e2;
--color-5: #e8d2c9;
} 🌈 Pink Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b9, #e8bfd2, #c5a7d2, #d5c5e2, #e8d2c9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b9, #e8bfd2, #c5a7d2, #d5c5e2, #e8d2c9);
} 🔗 Explore similar color palettes
Pink Cream color palette created on .