Rough Ivory/Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rough Ivory/Wine palette
Download Rough Ivory/Wine Color Palette (PNG)
Rough Ivory/Wine color palette CSS
/* CSS */
.color-1 {
color: #e3d5c4;
}
.color-2 {
color: #a85d6d;
}
.color-3 {
color: #bdaa8f;
}
.color-4 {
color: #79393c;
}
.color-5 {
color: #a95b4c;
}
/* CSS Variables */
:root {
--color-1: #e3d5c4;
--color-2: #a85d6d;
--color-3: #bdaa8f;
--color-4: #79393c;
--color-5: #a95b4c;
}
Rough Ivory/Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d5c4, #a85d6d, #bdaa8f, #79393c, #a95b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d5c4, #a85d6d, #bdaa8f, #79393c, #a95b4c);
}
Similar color palettes
Scroll down to explore 8 Ivory color palettes
Rough Ivory/Wine color palette created on .