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
๐ก 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: #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);
} ๐ Explore similar color palettes
Bright Yellow color palette created on .