Shades of Yellow Color Palette

Discover the beautiful Shades of Yellow color palette featuring rose bud (#f9aeae), saffron (#f6b83c), golden dream (#f2da3a), confetti (#d4e84f) and mantis (#7bcb62).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Spring, Yellow, Green, Fun 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 Shades of Yellow palette

Share this palette to:

💻 Shades of Yellow color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f2da3a;
}
.color-4 {
color: #d4e84f;
}
.color-5 {
color: #7bcb62;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f6b83c;
--color-3: #f2da3a;
--color-4: #d4e84f;
--color-5: #7bcb62;
}

🌈 Shades of Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f6b83c, #f2da3a, #d4e84f, #7bcb62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f6b83c, #f2da3a, #d4e84f, #7bcb62);
}

Shades of Yellow color palette created on .