Royal Elegance Color Palette
Discover the beautiful Royal Elegance color palette featuring moon raker (#e2c7f4), dull lavender (#b7a5e3), east side (#9d7dc5), scampi (#6a5b9a) and east bay (#4c4f7b).
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 Royal Elegance palette
💻 Royal Elegance color palette CSS
/* CSS */
.color-1 {
color: #e2c7f4;
}
.color-2 {
color: #b7a5e3;
}
.color-3 {
color: #9d7dc5;
}
.color-4 {
color: #6a5b9a;
}
.color-5 {
color: #4c4f7b;
}
/* CSS Variables */
:root {
--color-1: #e2c7f4;
--color-2: #b7a5e3;
--color-3: #9d7dc5;
--color-4: #6a5b9a;
--color-5: #4c4f7b;
} 🌈 Royal Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c7f4, #b7a5e3, #9d7dc5, #6a5b9a, #4c4f7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c7f4, #b7a5e3, #9d7dc5, #6a5b9a, #4c4f7b);
} 🔗 Explore similar color palettes
Royal Elegance color palette created on .