Sunfall Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunfall palette

Share this palette to:

Sunfall color palette PNG image

Download sunfall color palette PNG image (landscape)
Download sunfall color palette PNG image (square)

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);
}

Sunfall color palette created on .