Vibrant Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Sunset palette
Vibrant Sunset color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f06c3d;
}
.color-3 {
color: #d9423f;
}
.color-4 {
color: #a13a8d;
}
.color-5 {
color: #6e3b9b;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f06c3d;
--color-3: #d9423f;
--color-4: #a13a8d;
--color-5: #6e3b9b;
}
Vibrant Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f06c3d, #d9423f, #a13a8d, #6e3b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f06c3d, #d9423f, #a13a8d, #6e3b9b);
}
Similar color palettes
Vibrant Sunset color palette created on .