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: #f6df2c;
}
.color-2 {
color: #d9c726;
}
.color-3 {
color: #b7a624;
}
.color-4 {
color: #8f7d24;
}
.color-5 {
color: #6b5f1f;
}

/* CSS Variables */
:root {
--color-1: #f6df2c;
--color-2: #d9c726;
--color-3: #b7a624;
--color-4: #8f7d24;
--color-5: #6b5f1f;
}

Yellow Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6df2c, #d9c726, #b7a624, #8f7d24, #6b5f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6df2c, #d9c726, #b7a624, #8f7d24, #6b5f1f);
}

Yellow Shades color palette created on .