Bright Yellow Color Palette

Discover the beautiful Bright Yellow color palette featuring energy yellow (#f8d25d), flamingo (#f55f3d), viking (#59c8d4), sea green (#2d8b4c) and carissma (#e76ec3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Peach, Teal, Vibrant 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: #f8d25d;
}
.color-2 {
color: #f55f3d;
}
.color-3 {
color: #59c8d4;
}
.color-4 {
color: #2d8b4c;
}
.color-5 {
color: #e76ec3;
}

/* CSS Variables */
:root {
--color-1: #f8d25d;
--color-2: #f55f3d;
--color-3: #59c8d4;
--color-4: #2d8b4c;
--color-5: #e76ec3;
}

🌈 Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d25d, #f55f3d, #59c8d4, #2d8b4c, #e76ec3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d25d, #f55f3d, #59c8d4, #2d8b4c, #e76ec3);
}

Bright Yellow color palette created on .