Princess Lu White Color Palette
Discover the beautiful Princess Lu White color palette featuring parchment (#f0e3d5), azalea (#f5c2d1), illusion (#f6a2c2), cranberry (#e64c8c) and amethyst (#a94fba).
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 Princess Lu White palette
💻 Princess Lu White color palette CSS
/* CSS */
.color-1 {
color: #f0e3d5;
}
.color-2 {
color: #f5c2d1;
}
.color-3 {
color: #f6a2c2;
}
.color-4 {
color: #e64c8c;
}
.color-5 {
color: #a94fba;
}
/* CSS Variables */
:root {
--color-1: #f0e3d5;
--color-2: #f5c2d1;
--color-3: #f6a2c2;
--color-4: #e64c8c;
--color-5: #a94fba;
} 🌈 Princess Lu White background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d5, #f5c2d1, #f6a2c2, #e64c8c, #a94fba);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d5, #f5c2d1, #f6a2c2, #e64c8c, #a94fba);
} 🔗 Explore similar color palettes
Princess Lu White color palette created on .