Light Almond Color Palette

Discover the beautiful Light Almond color palette featuring brandy (#e0b59e), vanilla (#d7c1b2), bone (#e6d9c7), parchment (#f2e2d4) and new orleans (#f2c7a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Apricot, Warm, Soft, Beige 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 Light Almond palette

Share this palette to:

💻 Light Almond color palette CSS

/* CSS */
.color-1 {
color: #e0b59e;
}
.color-2 {
color: #d7c1b2;
}
.color-3 {
color: #e6d9c7;
}
.color-4 {
color: #f2e2d4;
}
.color-5 {
color: #f2c7a1;
}

/* CSS Variables */
:root {
--color-1: #e0b59e;
--color-2: #d7c1b2;
--color-3: #e6d9c7;
--color-4: #f2e2d4;
--color-5: #f2c7a1;
}

🌈 Light Almond background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b59e, #d7c1b2, #e6d9c7, #f2e2d4, #f2c7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b59e, #d7c1b2, #e6d9c7, #f2e2d4, #f2c7a1);
}

Light Almond color palette created on .