Shades of Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Share this palette to:

Shades of Yellow color palette CSS

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f7a173;
}
.color-3 {
color: #e65c70;
}
.color-4 {
color: #aa6bb3;
}
.color-5 {
color: #5a8da0;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f7a173;
--color-3: #e65c70;
--color-4: #aa6bb3;
--color-5: #5a8da0;
}

Shades of Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f7a173, #e65c70, #aa6bb3, #5a8da0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f7a173, #e65c70, #aa6bb3, #5a8da0);
}

Shades of Yellow color palette created on .