Rustic Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Elegance palette
Rustic Elegance color palette CSS
/* CSS */
.color-1 {
color: #6a4b39;
}
.color-2 {
color: #d1a67a;
}
.color-3 {
color: #f3e1d8;
}
.color-4 {
color: #a8503e;
}
.color-5 {
color: #4b2a2c;
}
/* CSS Variables */
:root {
--color-1: #6a4b39;
--color-2: #d1a67a;
--color-3: #f3e1d8;
--color-4: #a8503e;
--color-5: #4b2a2c;
}
Rustic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4b39, #d1a67a, #f3e1d8, #a8503e, #4b2a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4b39, #d1a67a, #f3e1d8, #a8503e, #4b2a2c);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Rustic Elegance color palette created on .