Bright Yellow Color Palette
Discover the beautiful Bright Yellow color palette featuring energy yellow (#f9e54e), casablanca (#f7c94b), casablanca (#f4b848), jaffa (#f2a03a) and carrot orange (#f08f2d).
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: #f9e54e;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f4b848;
}
.color-4 {
color: #f2a03a;
}
.color-5 {
color: #f08f2d;
}
/* CSS Variables */
:root {
--color-1: #f9e54e;
--color-2: #f7c94b;
--color-3: #f4b848;
--color-4: #f2a03a;
--color-5: #f08f2d;
} ๐ Bright Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e54e, #f7c94b, #f4b848, #f2a03a, #f08f2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e54e, #f7c94b, #f4b848, #f2a03a, #f08f2d);
} ๐ Explore similar color palettes
Bright Yellow color palette created on .