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