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: #c9b19c;
}
.color-2 {
color: #b89a8e;
}
.color-3 {
color: #a56e69;
}
.color-4 {
color: #e0b190;
}
.color-5 {
color: #d5786c;
}
/* CSS Variables */
:root {
--color-1: #c9b19c;
--color-2: #b89a8e;
--color-3: #a56e69;
--color-4: #e0b190;
--color-5: #d5786c;
}
Rustic Rosewood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9b19c, #b89a8e, #a56e69, #e0b190, #d5786c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9b19c, #b89a8e, #a56e69, #e0b190, #d5786c);
}
Similar color palettes
Rustic Rosewood color palette created on .