Creamy Yellow Color Palette

Discover the beautiful Creamy Yellow color palette featuring dairy cream (#f9e4be), new orleans (#f3d7a0), cream can (#f1c15b), fire bush (#e8a02c) and geebung (#d4871c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Yellow, Bright, Summer, 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 Creamy Yellow palette

Share this palette to:

💻 Creamy Yellow color palette CSS

/* CSS */
.color-1 {
color: #f9e4be;
}
.color-2 {
color: #f3d7a0;
}
.color-3 {
color: #f1c15b;
}
.color-4 {
color: #e8a02c;
}
.color-5 {
color: #d4871c;
}

/* CSS Variables */
:root {
--color-1: #f9e4be;
--color-2: #f3d7a0;
--color-3: #f1c15b;
--color-4: #e8a02c;
--color-5: #d4871c;
}

🌈 Creamy Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e4be, #f3d7a0, #f1c15b, #e8a02c, #d4871c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e4be, #f3d7a0, #f1c15b, #e8a02c, #d4871c);
}

Creamy Yellow color palette created on .