Shades of Yellow Color Palette
Discover the beautiful Shades of Yellow color palette featuring web orange (#f0a800), buddha gold (#d69d00), pirate gold (#b39200), olive (#8a7c00) and olive (#6e7000).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Shades of Yellow palette
💻 Shades of Yellow color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d69d00;
}
.color-3 {
color: #b39200;
}
.color-4 {
color: #8a7c00;
}
.color-5 {
color: #6e7000;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d69d00;
--color-3: #b39200;
--color-4: #8a7c00;
--color-5: #6e7000;
}
🌈 Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d69d00, #b39200, #8a7c00, #6e7000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d69d00, #b39200, #8a7c00, #6e7000);
}
🔗 Explore similar color palettes
Shades of Yellow color palette created on .