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 .