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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Gold, Lavender, Purple, Violet color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Royal Orchid color palette created on .