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: #eab239;
}
.color-2 {
color: #d5b234;
}
.color-3 {
color: #af8a2c;
}
.color-4 {
color: #8c6a2c;
}
.color-5 {
color: #4e4e2c;
}
/* CSS Variables */
:root {
--color-1: #eab239;
--color-2: #d5b234;
--color-3: #af8a2c;
--color-4: #8c6a2c;
--color-5: #4e4e2c;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab239, #d5b234, #af8a2c, #8c6a2c, #4e4e2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab239, #d5b234, #af8a2c, #8c6a2c, #4e4e2c);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Shades of Yellow color palette created on .