Royal Crown Color Palette
Discover the beautiful Royal Crown color palette featuring daisy bush (#3c2b9c), blue violet (#5e4fab), chetwode blue (#7b7bdb), biloba flower (#b5a2e7) and fog (#e7d6ff).
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 Crown palette
💻 Royal Crown color palette CSS
/* CSS */
.color-1 {
color: #3c2b9c;
}
.color-2 {
color: #5e4fab;
}
.color-3 {
color: #7b7bdb;
}
.color-4 {
color: #b5a2e7;
}
.color-5 {
color: #e7d6ff;
}
/* CSS Variables */
:root {
--color-1: #3c2b9c;
--color-2: #5e4fab;
--color-3: #7b7bdb;
--color-4: #b5a2e7;
--color-5: #e7d6ff;
} 🌈 Royal Crown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2b9c, #5e4fab, #7b7bdb, #b5a2e7, #e7d6ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2b9c, #5e4fab, #7b7bdb, #b5a2e7, #e7d6ff);
} 🔗 Explore similar color palettes
Royal Crown color palette created on .