Timeless Elegance Color Palette

Discover the beautiful Timeless Elegance color palette featuring indian khaki (#c3b192), hampton (#e3cda5), whiskey (#d8a86f), brown rust (#a86a3e) and tobacco brown (#6c4f3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beige, Brown, Elegant 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 Timeless Elegance palette

Share this palette to:

๐Ÿ’ป Timeless Elegance color palette CSS

/* CSS */
.color-1 {
color: #c3b192;
}
.color-2 {
color: #e3cda5;
}
.color-3 {
color: #d8a86f;
}
.color-4 {
color: #a86a3e;
}
.color-5 {
color: #6c4f3d;
}

/* CSS Variables */
:root {
--color-1: #c3b192;
--color-2: #e3cda5;
--color-3: #d8a86f;
--color-4: #a86a3e;
--color-5: #6c4f3d;
}

๐ŸŒˆ Timeless Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b192, #e3cda5, #d8a86f, #a86a3e, #6c4f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b192, #e3cda5, #d8a86f, #a86a3e, #6c4f3d);
}

Timeless Elegance color palette created on .