Rough Ivory/Wine Color Palette
Discover the beautiful Rough Ivory/Wine color palette featuring grain brown (#e4d0b4), turkish rose (#b86b8c), tosca (#883f4f), buccaneer (#5e2b3c) and aubergine (#3b0d1e).
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 Rough Ivory/Wine palette
💻 Rough Ivory/Wine color palette CSS
/* CSS */
.color-1 {
color: #e4d0b4;
}
.color-2 {
color: #b86b8c;
}
.color-3 {
color: #883f4f;
}
.color-4 {
color: #5e2b3c;
}
.color-5 {
color: #3b0d1e;
}
/* CSS Variables */
:root {
--color-1: #e4d0b4;
--color-2: #b86b8c;
--color-3: #883f4f;
--color-4: #5e2b3c;
--color-5: #3b0d1e;
}
🌈 Rough Ivory/Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d0b4, #b86b8c, #883f4f, #5e2b3c, #3b0d1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d0b4, #b86b8c, #883f4f, #5e2b3c, #3b0d1e);
}
🔗 Explore similar color palettes
Rough Ivory/Wine color palette created on .