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: #f2b53a;
}
.color-2 {
color: #ff6947;
}
.color-3 {
color: #ff3d5e;
}
.color-4 {
color: #a77dcf;
}
.color-5 {
color: #6e7b91;
}
/* CSS Variables */
:root {
--color-1: #f2b53a;
--color-2: #ff6947;
--color-3: #ff3d5e;
--color-4: #a77dcf;
--color-5: #6e7b91;
}
Vibrant Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b53a, #ff6947, #ff3d5e, #a77dcf, #6e7b91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b53a, #ff6947, #ff3d5e, #a77dcf, #6e7b91);
}
Similar color palettes
Vibrant Sunset color palette created on .