Mulled Wine Warmth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mulled Wine Warmth palette

Share this palette to:

Mulled Wine Warmth color palette PNG image

Download mulled wine warmth color palette PNG image (landscape)
Download mulled wine warmth color palette PNG image (square)

Mulled Wine Warmth color palette CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #9e515d;
}
.color-3 {
color: #d19a94;
}
.color-4 {
color: #e6c1a7;
}
.color-5 {
color: #f7e1d4;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9e515d;
--color-3: #d19a94;
--color-4: #e6c1a7;
--color-5: #f7e1d4;
}

Mulled Wine Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9e515d, #d19a94, #e6c1a7, #f7e1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9e515d, #d19a94, #e6c1a7, #f7e1d4);
}

Mulled Wine Warmth color palette created on .