Bright Yellow Color Palette

Discover the beautiful Bright Yellow color palette featuring school bus yellow (#ffd900), orange (#ff6d1f), barley white (#fff5c7), picton blue (#49b8e4) and jelly bean (#2c7b90).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beach, Bright, Ocean, Warm 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: #ffd900;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #fff5c7;
}
.color-4 {
color: #49b8e4;
}
.color-5 {
color: #2c7b90;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ff6d1f;
--color-3: #fff5c7;
--color-4: #49b8e4;
--color-5: #2c7b90;
}

๐ŸŒˆ Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ff6d1f, #fff5c7, #49b8e4, #2c7b90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ff6d1f, #fff5c7, #49b8e4, #2c7b90);
}

Bright Yellow color palette created on .