Sunny Yellow Color Palette
Discover the beautiful Sunny Yellow color palette featuring energy yellow (#f6d55a), rose bud (#f9aeae), glacier (#6d9dc5), pastel green (#5cdb95) and gossip (#b7fbbe).
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: #f6d55a;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #6d9dc5;
}
.color-4 {
color: #5cdb95;
}
.color-5 {
color: #b7fbbe;
}
/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f9aeae;
--color-3: #6d9dc5;
--color-4: #5cdb95;
--color-5: #b7fbbe;
}
🌈 Sunny Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f9aeae, #6d9dc5, #5cdb95, #b7fbbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f9aeae, #6d9dc5, #5cdb95, #b7fbbe);
}
🔗 Explore similar color palettes
Sunny Yellow color palette created on .