Auburn Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Auburn Delight palette
Auburn Delight color palette PNG image
Auburn Delight color palette CSS
/* CSS */
.color-1 {
color: #893e3e;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d2784b;
}
.color-4 {
color: #ebaf89;
}
.color-5 {
color: #f4dac3;
}
/* CSS Variables */
:root {
--color-1: #893e3e;
--color-2: #a85f2e;
--color-3: #d2784b;
--color-4: #ebaf89;
--color-5: #f4dac3;
}
Auburn Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #893e3e, #a85f2e, #d2784b, #ebaf89, #f4dac3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #893e3e, #a85f2e, #d2784b, #ebaf89, #f4dac3);
}
Similar color palettes
Scroll down to explore 10+ Auburn color palettes
Auburn Delight color palette created on .