Bright Yellow Color Palette

Discover the beautiful Bright Yellow color palette featuring gold (#f5d400), energy yellow (#f9e74e), marigold yellow (#fce478), saffron mango (#f8c84f) and orange peel (#faa200).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Summer, Vintage, Yellow 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

UI Examples

Explore beautiful UI components with Bright Yellow palette

Share this palette to:

💻 Bright Yellow color palette CSS

/* CSS */
.color-1 {
color: #f5d400;
}
.color-2 {
color: #f9e74e;
}
.color-3 {
color: #fce478;
}
.color-4 {
color: #f8c84f;
}
.color-5 {
color: #faa200;
}

/* CSS Variables */
:root {
--color-1: #f5d400;
--color-2: #f9e74e;
--color-3: #fce478;
--color-4: #f8c84f;
--color-5: #faa200;
}

🌈 Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d400, #f9e74e, #fce478, #f8c84f, #faa200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d400, #f9e74e, #fce478, #f8c84f, #faa200);
}

Bright Yellow color palette created on .