Rustic Rosewood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Rosewood palette

Share this palette to:

Rustic Rosewood color palette CSS

/* CSS */
.color-1 {
color: #593636;
}
.color-2 {
color: #794e4e;
}
.color-3 {
color: #a56969;
}
.color-4 {
color: #d19f9f;
}
.color-5 {
color: #f3c9c9;
}

/* CSS Variables */
:root {
--color-1: #593636;
--color-2: #794e4e;
--color-3: #a56969;
--color-4: #d19f9f;
--color-5: #f3c9c9;
}

Rustic Rosewood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #593636, #794e4e, #a56969, #d19f9f, #f3c9c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #593636, #794e4e, #a56969, #d19f9f, #f3c9c9);
}

Rustic Rosewood color palette created on .