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