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 PNG image

Download rustic rosewood color palette PNG image (landscape)
Download rustic rosewood color palette PNG image (square)

Rustic Rosewood color palette CSS

/* CSS */
.color-1 {
color: #e0c3a9;
}
.color-2 {
color: #7c4b4b;
}
.color-3 {
color: #f1e2d5;
}
.color-4 {
color: #9b5969;
}
.color-5 {
color: #c4b59c;
}

/* CSS Variables */
:root {
--color-1: #e0c3a9;
--color-2: #7c4b4b;
--color-3: #f1e2d5;
--color-4: #9b5969;
--color-5: #c4b59c;
}

Rustic Rosewood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c3a9, #7c4b4b, #f1e2d5, #9b5969, #c4b59c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c3a9, #7c4b4b, #f1e2d5, #9b5969, #c4b59c);
}

Rustic Rosewood color palette created on .