Shades of Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Share this palette to:

Download Shades of Yellow Color Palette (PNG)

Download shades of yellow color palette PNG image (landscape)
Download shades of yellow color palette PNG image (square)

Shades of Yellow color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffca80;
}
.color-4 {
color: #ffe0b3;
}
.color-5 {
color: #fff3e0;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffb84d;
--color-3: #ffca80;
--color-4: #ffe0b3;
--color-5: #fff3e0;
}

Shades of Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffb84d, #ffca80, #ffe0b3, #fff3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffb84d, #ffca80, #ffe0b3, #fff3e0);
}

Shades of Yellow color palette created on .