Auburn to Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn to Pink palette
Auburn to Pink color palette PNG image
Auburn to Pink color palette CSS
/* CSS */
.color-1 {
color: #7b3e2d;
}
.color-2 {
color: #a85c4d;
}
.color-3 {
color: #d78f8e;
}
.color-4 {
color: #f1b1c2;
}
.color-5 {
color: #f4c3d5;
}
/* CSS Variables */
:root {
--color-1: #7b3e2d;
--color-2: #a85c4d;
--color-3: #d78f8e;
--color-4: #f1b1c2;
--color-5: #f4c3d5;
}
Auburn to Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b3e2d, #a85c4d, #d78f8e, #f1b1c2, #f4c3d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b3e2d, #a85c4d, #d78f8e, #f1b1c2, #f4c3d5);
}
Similar color palettes
Scroll down to explore 3 Auburn color palettes
Auburn to Pink color palette created on .