Sunny Yellow Color Palette
Discover the beautiful Sunny Yellow color palette featuring buttermilk (#fff7ad), golden glow (#ffe98f), grandis (#ffd28f), wax flower (#ffb9a3) and rose bud (#faaea8).
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 Sunny Yellow palette
💻 Sunny Yellow color palette CSS
/* CSS */
.color-1 {
color: #fff7ad;
}
.color-2 {
color: #ffe98f;
}
.color-3 {
color: #ffd28f;
}
.color-4 {
color: #ffb9a3;
}
.color-5 {
color: #faaea8;
}
/* CSS Variables */
:root {
--color-1: #fff7ad;
--color-2: #ffe98f;
--color-3: #ffd28f;
--color-4: #ffb9a3;
--color-5: #faaea8;
} 🌈 Sunny Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff7ad, #ffe98f, #ffd28f, #ffb9a3, #faaea8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff7ad, #ffe98f, #ffd28f, #ffb9a3, #faaea8);
} 🔗 Explore similar color palettes
Sunny Yellow color palette created on .