Golden Blood Color Palette
Discover the beautiful Golden Blood color palette featuring cameo (#e1c2a8), tan (#d5a981), antique brass (#c89865), antique brass (#c47d64) and santa fe (#b76852).
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: #e1c2a8;
}
.color-2 {
color: #d5a981;
}
.color-3 {
color: #c89865;
}
.color-4 {
color: #c47d64;
}
.color-5 {
color: #b76852;
}
/* CSS Variables */
:root {
--color-1: #e1c2a8;
--color-2: #d5a981;
--color-3: #c89865;
--color-4: #c47d64;
--color-5: #b76852;
}
🌈 Golden Blood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c2a8, #d5a981, #c89865, #c47d64, #b76852);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c2a8, #d5a981, #c89865, #c47d64, #b76852);
}
🔗 Explore similar color palettes
Golden Blood color palette created on .