Rustic Hearth Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Hearth Tones palette

Share this palette to:

Rustic Hearth Tones color palette CSS

/* CSS */
.color-1 {
color: #ccc3b7;
}
.color-2 {
color: #8b6565;
}
.color-3 {
color: #ad3a38;
}
.color-4 {
color: #714d4b;
}
.color-5 {
color: #5d3e3c;
}

/* CSS Variables */
:root {
--color-1: #ccc3b7;
--color-2: #8b6565;
--color-3: #ad3a38;
--color-4: #714d4b;
--color-5: #5d3e3c;
}

Rustic Hearth Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ccc3b7, #8b6565, #ad3a38, #714d4b, #5d3e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ccc3b7, #8b6565, #ad3a38, #714d4b, #5d3e3c);
}

Similar color palettes

Rustic Hearth Tones color palette created on .