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