Yellow Birthday Cake Color Palette

Discover the beautiful Yellow Birthday Cake color palette featuring peach yellow (#f8e1af), manhattan (#f6d392), golden sand (#f3c57c), sandy brown (#f1b26a) and whiskey (#d8a06e).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Yellow Birthday Cake color palette CSS

/* CSS */
.color-1 {
color: #f8e1af;
}
.color-2 {
color: #f6d392;
}
.color-3 {
color: #f3c57c;
}
.color-4 {
color: #f1b26a;
}
.color-5 {
color: #d8a06e;
}

/* CSS Variables */
:root {
--color-1: #f8e1af;
--color-2: #f6d392;
--color-3: #f3c57c;
--color-4: #f1b26a;
--color-5: #d8a06e;
}

🌈 Yellow Birthday Cake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1af, #f6d392, #f3c57c, #f1b26a, #d8a06e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1af, #f6d392, #f3c57c, #f1b26a, #d8a06e);
}

Yellow Birthday Cake color palette created on .