Rustic Rosewood Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Rosewood Harmony palette

Share this palette to:

Rustic Rosewood Harmony color palette CSS

/* CSS */
.color-1 {
color: #f5eee0;
}
.color-2 {
color: #9b8f87;
}
.color-3 {
color: #d3505b;
}
.color-4 {
color: #5d5656;
}
.color-5 {
color: #623236;
}

/* CSS Variables */
:root {
--color-1: #f5eee0;
--color-2: #9b8f87;
--color-3: #d3505b;
--color-4: #5d5656;
--color-5: #623236;
}

Rustic Rosewood Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5eee0, #9b8f87, #d3505b, #5d5656, #623236);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5eee0, #9b8f87, #d3505b, #5d5656, #623236);
}

Similar color palettes

Rustic Rosewood Harmony color palette created on .