Auburn Blood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn Blood palette
Color Inspiration
Images that showcase this color palette in real designs
Download Auburn Blood Color Palette (PNG)
Auburn Blood color palette CSS
/* CSS */
.color-1 {
color: #6d2c2f;
}
.color-2 {
color: #8f4f4d;
}
.color-3 {
color: #bc5e5c;
}
.color-4 {
color: #d67a7c;
}
.color-5 {
color: #f2b0b0;
}
/* CSS Variables */
:root {
--color-1: #6d2c2f;
--color-2: #8f4f4d;
--color-3: #bc5e5c;
--color-4: #d67a7c;
--color-5: #f2b0b0;
}
Auburn Blood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c2f, #8f4f4d, #bc5e5c, #d67a7c, #f2b0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c2f, #8f4f4d, #bc5e5c, #d67a7c, #f2b0b0);
}
Similar color palettes
Scroll down to explore 3 Auburn color palettes
Auburn Blood color palette created on .