Auburn Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn Elegance palette
Auburn Elegance color palette PNG image
Auburn Elegance color palette CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #a45b7c;
}
.color-3 {
color: #d68a97;
}
.color-4 {
color: #e3b0b6;
}
.color-5 {
color: #f0d1d3;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a45b7c;
--color-3: #d68a97;
--color-4: #e3b0b6;
--color-5: #f0d1d3;
}
Auburn Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a45b7c, #d68a97, #e3b0b6, #f0d1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a45b7c, #d68a97, #e3b0b6, #f0d1d3);
}
Similar color palettes
Scroll down to explore 5 Auburn color palettes
Auburn Elegance color palette created on .