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