Shades of Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow palette
Shades of Yellow color palette CSS
/* CSS */
.color-1 {
color: #f6c513;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f07c00;
}
.color-4 {
color: #e66b00;
}
.color-5 {
color: #db5400;
}
/* CSS Variables */
:root {
--color-1: #f6c513;
--color-2: #f5a300;
--color-3: #f07c00;
--color-4: #e66b00;
--color-5: #db5400;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c513, #f5a300, #f07c00, #e66b00, #db5400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c513, #f5a300, #f07c00, #e66b00, #db5400);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Shades of Yellow color palette created on .