Creamy Beige Color Palette

Discover the beautiful Creamy Beige color palette featuring wheat (#f3e4aa), calico (#e1c698), tan (#d0a68a), teak (#b68b6d) and leather (#a06f5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Bright, Soft, 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 Creamy Beige palette

Share this palette to:

💻 Creamy Beige color palette CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e1c698;
}
.color-3 {
color: #d0a68a;
}
.color-4 {
color: #b68b6d;
}
.color-5 {
color: #a06f5a;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e1c698;
--color-3: #d0a68a;
--color-4: #b68b6d;
--color-5: #a06f5a;
}

🌈 Creamy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e1c698, #d0a68a, #b68b6d, #a06f5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e1c698, #d0a68a, #b68b6d, #a06f5a);
}

Creamy Beige color palette created on .