Rustic Rosewood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Rosewood palette
Rustic Rosewood color palette PNG image
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);
}
Similar color palettes
Rustic Rosewood color palette created on .