Bright Yellow Color Palette
Discover the beautiful Bright Yellow color palette featuring selective yellow (#ffbb00), gold (#ffd500), bright sun (#ffdd33), kournikova (#ffe680) and lemon chiffon (#fff9c2).
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 Bright Yellow palette
💻 Bright Yellow color palette CSS
/* CSS */
.color-1 {
color: #ffbb00;
}
.color-2 {
color: #ffd500;
}
.color-3 {
color: #ffdd33;
}
.color-4 {
color: #ffe680;
}
.color-5 {
color: #fff9c2;
}
/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffd500;
--color-3: #ffdd33;
--color-4: #ffe680;
--color-5: #fff9c2;
} 🌈 Bright Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffd500, #ffdd33, #ffe680, #fff9c2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffd500, #ffdd33, #ffe680, #fff9c2);
} 🔗 Explore similar color palettes
Bright Yellow color palette created on .