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: #f2f3f1;
}
.color-2 {
color: #adaea7;
}
.color-3 {
color: #67746a;
}
.color-4 {
color: #ca361c;
}
.color-5 {
color: #283e30;
}

/* CSS Variables */
:root {
--color-1: #f2f3f1;
--color-2: #adaea7;
--color-3: #67746a;
--color-4: #ca361c;
--color-5: #283e30;
}

Rustic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f3f1, #adaea7, #67746a, #ca361c, #283e30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f3f1, #adaea7, #67746a, #ca361c, #283e30);
}

Rustic Harmony color palette created on .