Shades of Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow palette
Download Shades of Yellow Color Palette (PNG)
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);
}
Similar color palettes
Shades of Yellow color palette created on .