Red Wine Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Wine Tones palette

Share this palette to:

Red Wine Tones color palette CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #994d5d;
}
.color-3 {
color: #d48c8d;
}
.color-4 {
color: #f3b3a0;
}
.color-5 {
color: #f5c7c9;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #994d5d;
--color-3: #d48c8d;
--color-4: #f3b3a0;
--color-5: #f5c7c9;
}

Red Wine Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #994d5d, #d48c8d, #f3b3a0, #f5c7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #994d5d, #d48c8d, #f3b3a0, #f5c7c9);
}

Red Wine Tones color palette created on .