Sunfall Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunfall palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunfall Color Palette (PNG)
Sunfall color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffdd00;
}
.color-5 {
color: #fff700;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ffb300;
--color-3: #ffcc00;
--color-4: #ffdd00;
--color-5: #fff700;
}
Sunfall background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ffb300, #ffcc00, #ffdd00, #fff700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ffb300, #ffcc00, #ffdd00, #fff700);
}
Similar color palettes
Sunfall color palette created on .