Vanilla Custard Color Palette

Discover the beautiful Vanilla Custard color palette featuring wheat (#f6e4b6), new orleans (#f3d9a0), tacao (#f0c78a), harvest gold (#e1b070) and whiskey (#d3a369).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Vanilla Custard color palette CSS

/* CSS */
.color-1 {
color: #f6e4b6;
}
.color-2 {
color: #f3d9a0;
}
.color-3 {
color: #f0c78a;
}
.color-4 {
color: #e1b070;
}
.color-5 {
color: #d3a369;
}

/* CSS Variables */
:root {
--color-1: #f6e4b6;
--color-2: #f3d9a0;
--color-3: #f0c78a;
--color-4: #e1b070;
--color-5: #d3a369;
}

🌈 Vanilla Custard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4b6, #f3d9a0, #f0c78a, #e1b070, #d3a369);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4b6, #f3d9a0, #f0c78a, #e1b070, #d3a369);
}

Vanilla Custard color palette created on .