Bethany Auburn Elf Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bethany Auburn Elf palette
Bethany Auburn Elf color palette PNG image
Bethany Auburn Elf color palette CSS
/* CSS */
.color-1 {
color: #a65b3a;
}
.color-2 {
color: #c88e6f;
}
.color-3 {
color: #e2b9a2;
}
.color-4 {
color: #f5e0d1;
}
.color-5 {
color: #f9c3b4;
}
/* CSS Variables */
:root {
--color-1: #a65b3a;
--color-2: #c88e6f;
--color-3: #e2b9a2;
--color-4: #f5e0d1;
--color-5: #f9c3b4;
}
Bethany Auburn Elf background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65b3a, #c88e6f, #e2b9a2, #f5e0d1, #f9c3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65b3a, #c88e6f, #e2b9a2, #f5e0d1, #f9c3b4);
}
Similar color palettes
Bethany Auburn Elf color palette created on .