Sunset Orchid Color Palette

Discover the beautiful Sunset Orchid color palette featuring corn (#e6b000), buddha gold (#d69d00), lavender (#ab7cda), amethyst (#a650b9) and eminence (#682c7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Flower, Lavender, Orchid, Purple, Royal, Yellow 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 Sunset Orchid palette

Share this palette to:

๐Ÿ’ป Sunset Orchid color palette CSS

/* CSS */
.color-1 {
color: #e6b000;
}
.color-2 {
color: #d69d00;
}
.color-3 {
color: #ab7cda;
}
.color-4 {
color: #a650b9;
}
.color-5 {
color: #682c7d;
}

/* CSS Variables */
:root {
--color-1: #e6b000;
--color-2: #d69d00;
--color-3: #ab7cda;
--color-4: #a650b9;
--color-5: #682c7d;
}

๐ŸŒˆ Sunset Orchid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b000, #d69d00, #ab7cda, #a650b9, #682c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b000, #d69d00, #ab7cda, #a650b9, #682c7d);
}

Sunset Orchid color palette created on .