Amber Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amber Sunset palette

Share this palette to:

Download Amber Sunset Color Palette (PNG)

Download amber sunset color palette PNG image (landscape)
Download amber sunset color palette PNG image (square)

Amber Sunset color palette CSS

/* CSS */
.color-1 {
color: #ffbf00;
}
.color-2 {
color: #ff9d00;
}
.color-3 {
color: #ff7b00;
}
.color-4 {
color: #ff5500;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ffbf00;
--color-2: #ff9d00;
--color-3: #ff7b00;
--color-4: #ff5500;
--color-5: #ff3c00;
}

Amber Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbf00, #ff9d00, #ff7b00, #ff5500, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbf00, #ff9d00, #ff7b00, #ff5500, #ff3c00);
}

Amber Sunset color palette created on .