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