Saturated Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Saturated Yellow palette

Share this palette to:

Download Saturated Yellow Color Palette (PNG)

Download saturated yellow color palette PNG image (landscape)
Download saturated yellow color palette PNG image (square)

Saturated Yellow color palette CSS

/* CSS */
.color-1 {
color: #faa200;
}
.color-2 {
color: #f5c800;
}
.color-3 {
color: #f5e900;
}
.color-4 {
color: #f0d000;
}
.color-5 {
color: #f0b000;
}

/* CSS Variables */
:root {
--color-1: #faa200;
--color-2: #f5c800;
--color-3: #f5e900;
--color-4: #f0d000;
--color-5: #f0b000;
}

Saturated Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa200, #f5c800, #f5e900, #f0d000, #f0b000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa200, #f5c800, #f5e900, #f0d000, #f0b000);
}

Saturated Yellow color palette created on .