Rustic Rosewood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Rosewood palette
Rustic Rosewood color palette CSS
/* CSS */
.color-1 {
color: #6c5d56;
}
.color-2 {
color: #8e7a71;
}
.color-3 {
color: #c1a79f;
}
.color-4 {
color: #e6c2b3;
}
.color-5 {
color: #f5dfd1;
}
/* CSS Variables */
:root {
--color-1: #6c5d56;
--color-2: #8e7a71;
--color-3: #c1a79f;
--color-4: #e6c2b3;
--color-5: #f5dfd1;
}
Rustic Rosewood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c5d56, #8e7a71, #c1a79f, #e6c2b3, #f5dfd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c5d56, #8e7a71, #c1a79f, #e6c2b3, #f5dfd1);
}
Similar color palettes
Rustic Rosewood color palette created on .