Sunset Orchid Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Orchid palette
Sunset Orchid color palette PNG image
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);
}
Similar color palettes
Sunset Orchid color palette created on .