Mulled Wine Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mulled Wine Delight palette

Share this palette to:

Mulled Wine Delight color palette PNG image

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

Mulled Wine Delight color palette CSS

/* CSS */
.color-1 {
color: #4f4662;
}
.color-2 {
color: #6e5b86;
}
.color-3 {
color: #a77b9d;
}
.color-4 {
color: #e9afa0;
}
.color-5 {
color: #c94b3b;
}

/* CSS Variables */
:root {
--color-1: #4f4662;
--color-2: #6e5b86;
--color-3: #a77b9d;
--color-4: #e9afa0;
--color-5: #c94b3b;
}

Mulled Wine Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4662, #6e5b86, #a77b9d, #e9afa0, #c94b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4662, #6e5b86, #a77b9d, #e9afa0, #c94b3b);
}

Mulled Wine Delight color palette created on .