Rosewood Elegance Color Palette
Discover the beautiful Rosewood Elegance color palette featuring cashmere (#e3b8a1), lotus (#7f3d4e), tamarind (#3c1a1e), coconut cream (#f4f9e1) and melanie (#e2b6d4).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Rosewood Elegance palette
๐ป Rosewood Elegance color palette CSS
/* CSS */
.color-1 {
color: #e3b8a1;
}
.color-2 {
color: #7f3d4e;
}
.color-3 {
color: #3c1a1e;
}
.color-4 {
color: #f4f9e1;
}
.color-5 {
color: #e2b6d4;
}
/* CSS Variables */
:root {
--color-1: #e3b8a1;
--color-2: #7f3d4e;
--color-3: #3c1a1e;
--color-4: #f4f9e1;
--color-5: #e2b6d4;
} ๐ Rosewood Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b8a1, #7f3d4e, #3c1a1e, #f4f9e1, #e2b6d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b8a1, #7f3d4e, #3c1a1e, #f4f9e1, #e2b6d4);
} ๐ Explore similar color palettes
Rosewood Elegance color palette created on .