Warm Rustic Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Rustic Elegance palette
Warm Rustic Elegance color palette CSS
/* CSS */
.color-1 {
color: #8b6b5b;
}
.color-2 {
color: #bfae8d;
}
.color-3 {
color: #e5caae;
}
.color-4 {
color: #f5e3b8;
}
.color-5 {
color: #a86d4d;
}
/* CSS Variables */
:root {
--color-1: #8b6b5b;
--color-2: #bfae8d;
--color-3: #e5caae;
--color-4: #f5e3b8;
--color-5: #a86d4d;
}
Warm Rustic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b6b5b, #bfae8d, #e5caae, #f5e3b8, #a86d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b6b5b, #bfae8d, #e5caae, #f5e3b8, #a86d4d);
}
Similar color palettes
Warm Rustic Elegance color palette created on .