Sunset Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Orange palette

Share this palette to:

Sunset Orange color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ff6047;
}
.color-4 {
color: #ff3d3d;
}
.color-5 {
color: #ff1a3c;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b3d;
--color-3: #ff6047;
--color-4: #ff3d3d;
--color-5: #ff1a3c;
}

Sunset Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b3d, #ff6047, #ff3d3d, #ff1a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b3d, #ff6047, #ff3d3d, #ff1a3c);
}

Sunset Orange color palette created on .