Golden Blood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Blood palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Blood Color Palette (PNG)
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);
}
Similar color palettes
Golden Blood color palette created on .