Royal Orchid Color Palette

Discover the beautiful Royal Orchid color palette featuring medium purple (#7072df), dull lavender (#989ce9), biloba flower (#c3a6ee), oyster pink (#ead3d7) and champagne (#f9e4d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cream, Elegant, Lavender, Light, Modern, Muted, Pink, Purple, Soft 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: #7072df;
}
.color-2 {
color: #989ce9;
}
.color-3 {
color: #c3a6ee;
}
.color-4 {
color: #ead3d7;
}
.color-5 {
color: #f9e4d6;
}

/* CSS Variables */
:root {
--color-1: #7072df;
--color-2: #989ce9;
--color-3: #c3a6ee;
--color-4: #ead3d7;
--color-5: #f9e4d6;
}

🌈 Royal Orchid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7072df, #989ce9, #c3a6ee, #ead3d7, #f9e4d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7072df, #989ce9, #c3a6ee, #ead3d7, #f9e4d6);
}

Royal Orchid color palette created on .