Golden Blood Color Palette

Discover the beautiful Golden Blood color palette featuring cameo (#e1c4aa), tan (#d5a981), twine (#c79764), antique brass (#c57e65) and santa fe (#b76853).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beige, Brown, Earthy, Muted, Neutral, Soft, Tan, Warm 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 Golden Blood palette

Share this palette to:

๐Ÿ’ป Golden Blood color palette CSS

/* CSS */
.color-1 {
color: #e1c4aa;
}
.color-2 {
color: #d5a981;
}
.color-3 {
color: #c79764;
}
.color-4 {
color: #c57e65;
}
.color-5 {
color: #b76853;
}

/* CSS Variables */
:root {
--color-1: #e1c4aa;
--color-2: #d5a981;
--color-3: #c79764;
--color-4: #c57e65;
--color-5: #b76853;
}

๐ŸŒˆ Golden Blood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c4aa, #d5a981, #c79764, #c57e65, #b76853);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c4aa, #d5a981, #c79764, #c57e65, #b76853);
}

Golden Blood color palette created on .