Royal Orchid Color Palette
Discover the beautiful Royal Orchid color palette featuring meteorite (#3d1a6b), butterfly bush (#6d509b), wisteria (#a45eb5), anzac (#dea94f) and casablanca (#f7c94b).
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 Orchid palette
💻 Royal Orchid color palette CSS
/* CSS */
.color-1 {
color: #3d1a6b;
}
.color-2 {
color: #6d509b;
}
.color-3 {
color: #a45eb5;
}
.color-4 {
color: #dea94f;
}
.color-5 {
color: #f7c94b;
}
/* CSS Variables */
:root {
--color-1: #3d1a6b;
--color-2: #6d509b;
--color-3: #a45eb5;
--color-4: #dea94f;
--color-5: #f7c94b;
}
🌈 Royal Orchid background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1a6b, #6d509b, #a45eb5, #dea94f, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1a6b, #6d509b, #a45eb5, #dea94f, #f7c94b);
}
🔗 Explore similar color palettes
Royal Orchid color palette created on .