Pearlescent Blush Color Palette
Discover the beautiful Pearlescent Blush color palette featuring vanilla ice (#f3d3d6), wewak (#f1a7b3), geraldine (#f78d9d), froly (#f56b80) and carnation (#f2506b).
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 Pearlescent Blush palette
💻 Pearlescent Blush color palette CSS
/* CSS */
.color-1 {
color: #f3d3d6;
}
.color-2 {
color: #f1a7b3;
}
.color-3 {
color: #f78d9d;
}
.color-4 {
color: #f56b80;
}
.color-5 {
color: #f2506b;
}
/* CSS Variables */
:root {
--color-1: #f3d3d6;
--color-2: #f1a7b3;
--color-3: #f78d9d;
--color-4: #f56b80;
--color-5: #f2506b;
}
🌈 Pearlescent Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d3d6, #f1a7b3, #f78d9d, #f56b80, #f2506b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d3d6, #f1a7b3, #f78d9d, #f56b80, #f2506b);
}
🔗 Explore similar color palettes
Pearlescent Blush color palette created on .