Royal Orchid Color Palette

Discover the beautiful Royal Orchid color palette featuring medium purple (#7273df), dull lavender (#969ae9), biloba flower (#c2a5ee), oyster pink (#e9d2d6) and linen (#f9e5d7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Lavender, Purple, Pink, Cream, Soft, Light, Muted, Modern, Elegant 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: #7273df;
}
.color-2 {
color: #969ae9;
}
.color-3 {
color: #c2a5ee;
}
.color-4 {
color: #e9d2d6;
}
.color-5 {
color: #f9e5d7;
}

/* CSS Variables */
:root {
--color-1: #7273df;
--color-2: #969ae9;
--color-3: #c2a5ee;
--color-4: #e9d2d6;
--color-5: #f9e5d7;
}

🌈 Royal Orchid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7273df, #969ae9, #c2a5ee, #e9d2d6, #f9e5d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7273df, #969ae9, #c2a5ee, #e9d2d6, #f9e5d7);
}

Royal Orchid color palette created on .