Rustic Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Harmony palette

Share this palette to:

Rustic Harmony color palette CSS

/* CSS */
.color-1 {
color: #e1c5bc;
}
.color-2 {
color: #302827;
}
.color-3 {
color: #a66154;
}
.color-4 {
color: #866e8c;
}
.color-5 {
color: #6f382a;
}

/* CSS Variables */
:root {
--color-1: #e1c5bc;
--color-2: #302827;
--color-3: #a66154;
--color-4: #866e8c;
--color-5: #6f382a;
}

Rustic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c5bc, #302827, #a66154, #866e8c, #6f382a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c5bc, #302827, #a66154, #866e8c, #6f382a);
}

Similar color palettes

Rustic Harmony color palette created on .