Bright Yellow Star Color Palette

Discover the beautiful Bright Yellow Star color palette featuring egg white (#fff4bd), kournikova (#feeb7b), dandelion (#fed35d), mustard (#fde04e) and bright sun (#fcde45).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Cream, Soft, Bright, Warm, Light, Summer 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 Star palette

Share this palette to:

💻 Bright Yellow Star color palette CSS

/* CSS */
.color-1 {
color: #fff4bd;
}
.color-2 {
color: #feeb7b;
}
.color-3 {
color: #fed35d;
}
.color-4 {
color: #fde04e;
}
.color-5 {
color: #fcde45;
}

/* CSS Variables */
:root {
--color-1: #fff4bd;
--color-2: #feeb7b;
--color-3: #fed35d;
--color-4: #fde04e;
--color-5: #fcde45;
}

🌈 Bright Yellow Star background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff4bd, #feeb7b, #fed35d, #fde04e, #fcde45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff4bd, #feeb7b, #fed35d, #fde04e, #fcde45);
}

Bright Yellow Star color palette created on .