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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Sunset Orchid color palette created on .