Rustic Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Elegance palette
Rustic Elegance color palette PNG image
Rustic Elegance color palette CSS
/* CSS */
.color-1 {
color: #6a292e;
}
.color-2 {
color: #2d496c;
}
.color-3 {
color: #bfaf8d;
}
.color-4 {
color: #7a9b6f;
}
.color-5 {
color: #4b8c4a;
}
/* CSS Variables */
:root {
--color-1: #6a292e;
--color-2: #2d496c;
--color-3: #bfaf8d;
--color-4: #7a9b6f;
--color-5: #4b8c4a;
}
Rustic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a292e, #2d496c, #bfaf8d, #7a9b6f, #4b8c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a292e, #2d496c, #bfaf8d, #7a9b6f, #4b8c4a);
}
Similar color palettes
Rustic Elegance color palette created on .