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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Timeless Elegance color palette created on .