Princess Allura Color Palette
Discover the beautiful Princess Allura color palette featuring french lilac (#e4b6e7), cold purple (#b89ed6), moody blue (#7b7fd1), danube (#599acf) and picton blue (#4ec4ef).
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 Allura palette
💻 Princess Allura color palette CSS
/* CSS */
.color-1 {
color: #e4b6e7;
}
.color-2 {
color: #b89ed6;
}
.color-3 {
color: #7b7fd1;
}
.color-4 {
color: #599acf;
}
.color-5 {
color: #4ec4ef;
}
/* CSS Variables */
:root {
--color-1: #e4b6e7;
--color-2: #b89ed6;
--color-3: #7b7fd1;
--color-4: #599acf;
--color-5: #4ec4ef;
} 🌈 Princess Allura background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b6e7, #b89ed6, #7b7fd1, #599acf, #4ec4ef);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b6e7, #b89ed6, #7b7fd1, #599acf, #4ec4ef);
} 🔗 Explore similar color palettes
Princess Allura color palette created on .