Yellow Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Shades palette

Share this palette to:

Yellow Shades color palette CSS

/* CSS */
.color-1 {
color: #f9af1a;
}
.color-2 {
color: #fcb91d;
}
.color-3 {
color: #fccb1d;
}
.color-4 {
color: #fcda1d;
}
.color-5 {
color: #fde21c;
}

/* CSS Variables */
:root {
--color-1: #f9af1a;
--color-2: #fcb91d;
--color-3: #fccb1d;
--color-4: #fcda1d;
--color-5: #fde21c;
}

Yellow Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9af1a, #fcb91d, #fccb1d, #fcda1d, #fde21c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9af1a, #fcb91d, #fccb1d, #fcda1d, #fde21c);
}

Yellow Shades color palette created on .