Beige Aesthetic Color Palette

Discover the beautiful Beige Aesthetic color palette featuring merino (#f5f0e0), double spanish white (#e5d4b3), akaroa (#d5c9aa), coral reef (#c1af9a) and gray olive (#a8a08f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Tan, Warm, Soft, Neutral, Earthy, Light 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 Beige Aesthetic palette

Share this palette to:

💻 Beige Aesthetic color palette CSS

/* CSS */
.color-1 {
color: #f5f0e0;
}
.color-2 {
color: #e5d4b3;
}
.color-3 {
color: #d5c9aa;
}
.color-4 {
color: #c1af9a;
}
.color-5 {
color: #a8a08f;
}

/* CSS Variables */
:root {
--color-1: #f5f0e0;
--color-2: #e5d4b3;
--color-3: #d5c9aa;
--color-4: #c1af9a;
--color-5: #a8a08f;
}

🌈 Beige Aesthetic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0e0, #e5d4b3, #d5c9aa, #c1af9a, #a8a08f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0e0, #e5d4b3, #d5c9aa, #c1af9a, #a8a08f);
}

Beige Aesthetic color palette created on .