Rosewood Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rosewood Shades palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rosewood Shades Color Palette (PNG)
Rosewood Shades color palette CSS
/* CSS */
.color-1 {
color: #f6b1b6;
}
.color-2 {
color: #c4a39c;
}
.color-3 {
color: #a47c5b;
}
.color-4 {
color: #6e5035;
}
.color-5 {
color: #3a2a27;
}
/* CSS Variables */
:root {
--color-1: #f6b1b6;
--color-2: #c4a39c;
--color-3: #a47c5b;
--color-4: #6e5035;
--color-5: #3a2a27;
}
Rosewood Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b1b6, #c4a39c, #a47c5b, #6e5035, #3a2a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b1b6, #c4a39c, #a47c5b, #6e5035, #3a2a27);
}
Similar color palettes
Rosewood Shades color palette created on .