Sunset Orchid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Orchid palette

Share this palette to:

Sunset Orchid color palette PNG image

Download sunset orchid color palette PNG image (landscape)
Download sunset orchid color palette PNG image (square)

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: #672c7d;
}

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

Sunset Orchid background gradient CSS

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

Sunset Orchid color palette created on .