Purple Gold Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Gold Sunset palette
Purple Gold Sunset color palette CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #b3808b;
}
.color-3 {
color: #f2b036;
}
.color-4 {
color: #faaa29;
}
.color-5 {
color: #e0af29;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #b3808b;
--color-3: #f2b036;
--color-4: #faaa29;
--color-5: #e0af29;
}
Purple Gold Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #b3808b, #f2b036, #faaa29, #e0af29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #b3808b, #f2b036, #faaa29, #e0af29);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Purple Gold Sunset color palette created on .