Pink Film Color Palette
Discover the beautiful Pink Film color palette featuring dairy cream (#f9e2b9), wewak (#f6a6a2), froly (#f58a8a), mandy (#e65b7b) and cranberry (#d25b79).
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 Film palette
💻 Pink Film color palette CSS
/* CSS */
.color-1 {
color: #f9e2b9;
}
.color-2 {
color: #f6a6a2;
}
.color-3 {
color: #f58a8a;
}
.color-4 {
color: #e65b7b;
}
.color-5 {
color: #d25b79;
}
/* CSS Variables */
:root {
--color-1: #f9e2b9;
--color-2: #f6a6a2;
--color-3: #f58a8a;
--color-4: #e65b7b;
--color-5: #d25b79;
} 🌈 Pink Film background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e2b9, #f6a6a2, #f58a8a, #e65b7b, #d25b79);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e2b9, #f6a6a2, #f58a8a, #e65b7b, #d25b79);
} 🔗 Explore similar color palettes
Pink Film color palette created on .