Discover the beautiful Shades of Yellow color palette featuring salomie (#fedd8b), rajah (#f3c26d), sandy brown (#f19e50), jaffa (#e58c3e) and brandy punch (#d67c2e).
Shades of Yellow Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Shades of Yellow palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Yellow palette
💻 Shades of Yellow color palette CSS
/* CSS */
.color-1 {
color: #fedd8b;
}
.color-2 {
color: #f3c26d;
}
.color-3 {
color: #f19e50;
}
.color-4 {
color: #e58c3e;
}
.color-5 {
color: #d67c2e;
}
/* CSS Variables */
:root {
--color-1: #fedd8b;
--color-2: #f3c26d;
--color-3: #f19e50;
--color-4: #e58c3e;
--color-5: #d67c2e;
}
🌈 Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fedd8b, #f3c26d, #f19e50, #e58c3e, #d67c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fedd8b, #f3c26d, #f19e50, #e58c3e, #d67c2e);
}
🔗 Explore similar color palettes
Shades of Yellow color palette created on .