Golden Tresses Color Palette
Discover the beautiful Golden Tresses color palette featuring equator (#e4b86c), whiskey (#d29e5b), tussock (#c6904e), copper (#b57e40) and copper (#a46f32).
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 Golden Tresses palette
๐ป Golden Tresses color palette CSS
/* CSS */
.color-1 {
color: #e4b86c;
}
.color-2 {
color: #d29e5b;
}
.color-3 {
color: #c6904e;
}
.color-4 {
color: #b57e40;
}
.color-5 {
color: #a46f32;
}
/* CSS Variables */
:root {
--color-1: #e4b86c;
--color-2: #d29e5b;
--color-3: #c6904e;
--color-4: #b57e40;
--color-5: #a46f32;
} ๐ Golden Tresses background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b86c, #d29e5b, #c6904e, #b57e40, #a46f32);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b86c, #d29e5b, #c6904e, #b57e40, #a46f32);
} ๐ Explore similar color palettes
Golden Tresses color palette created on .