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: #b76d4e;
}
.color-2 {
color: #c79b7a;
}
.color-3 {
color: #d9c1a0;
}
.color-4 {
color: #e1a55b;
}
.color-5 {
color: #c76b57;
}
/* CSS Variables */
:root {
--color-1: #b76d4e;
--color-2: #c79b7a;
--color-3: #d9c1a0;
--color-4: #e1a55b;
--color-5: #c76b57;
}
Rustic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b76d4e, #c79b7a, #d9c1a0, #e1a55b, #c76b57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b76d4e, #c79b7a, #d9c1a0, #e1a55b, #c76b57);
}
Similar color palettes
Rustic Elegance color palette created on .