Rustic Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Elegance palette

Share this palette to:

Rustic Elegance color palette CSS

/* CSS */
.color-1 {
color: #381200;
}
.color-2 {
color: #f6e5da;
}
.color-3 {
color: #a96c60;
}
.color-4 {
color: #b86f6f;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #381200;
--color-2: #f6e5da;
--color-3: #a96c60;
--color-4: #b86f6f;
--color-5: #f1c84b;
}

Rustic Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381200, #f6e5da, #a96c60, #b86f6f, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381200, #f6e5da, #a96c60, #b86f6f, #f1c84b);
}

Rustic Elegance color palette created on .