Rough Ivory/Wine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rough Ivory/Wine palette

Share this palette to:

Rough Ivory/Wine color palette PNG image

Download rough ivory/wine color palette PNG image (landscape)
Download rough ivory/wine color palette PNG image (square)

Rough Ivory/Wine color palette CSS

/* CSS */
.color-1 {
color: #ebd9c7;
}
.color-2 {
color: #d7b1a3;
}
.color-3 {
color: #a05a6d;
}
.color-4 {
color: #6a293d;
}
.color-5 {
color: #4c1f25;
}

/* CSS Variables */
:root {
--color-1: #ebd9c7;
--color-2: #d7b1a3;
--color-3: #a05a6d;
--color-4: #6a293d;
--color-5: #4c1f25;
}

Rough Ivory/Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebd9c7, #d7b1a3, #a05a6d, #6a293d, #4c1f25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebd9c7, #d7b1a3, #a05a6d, #6a293d, #4c1f25);
}

Rough Ivory/Wine color palette created on .