Shades of Orchid Color Palette

Discover the beautiful Shades of Orchid color palette featuring amethyst (#b45dc6), amethyst (#9e5bc2), affair (#7e4e97), eminence (#5a2d71) and grape (#3b194d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Purple, Bright, Fun 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 Shades of Orchid palette

Share this palette to:

💻 Shades of Orchid color palette CSS

/* CSS */
.color-1 {
color: #b45dc6;
}
.color-2 {
color: #9e5bc2;
}
.color-3 {
color: #7e4e97;
}
.color-4 {
color: #5a2d71;
}
.color-5 {
color: #3b194d;
}

/* CSS Variables */
:root {
--color-1: #b45dc6;
--color-2: #9e5bc2;
--color-3: #7e4e97;
--color-4: #5a2d71;
--color-5: #3b194d;
}

🌈 Shades of Orchid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b45dc6, #9e5bc2, #7e4e97, #5a2d71, #3b194d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b45dc6, #9e5bc2, #7e4e97, #5a2d71, #3b194d);
}

Shades of Orchid color palette created on .