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