Light Yellow Color Palette

Discover the beautiful Light Yellow color palette featuring raffia (#ead8b8), ronchi (#f1c84b), tacha (#d7b25b), whiskey (#daa76c) and harvest gold (#e5b57b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Yellow, Bright, Fun, Spring 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 Light Yellow palette

Share this palette to:

💻 Light Yellow color palette CSS

/* CSS */
.color-1 {
color: #ead8b8;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #d7b25b;
}
.color-4 {
color: #daa76c;
}
.color-5 {
color: #e5b57b;
}

/* CSS Variables */
:root {
--color-1: #ead8b8;
--color-2: #f1c84b;
--color-3: #d7b25b;
--color-4: #daa76c;
--color-5: #e5b57b;
}

🌈 Light Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead8b8, #f1c84b, #d7b25b, #daa76c, #e5b57b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead8b8, #f1c84b, #d7b25b, #daa76c, #e5b57b);
}

Light Yellow color palette created on .