Mulled Wine Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mulled Wine Delight palette
Mulled Wine Delight color palette PNG image
Mulled Wine Delight color palette CSS
/* CSS */
.color-1 {
color: #4f4662;
}
.color-2 {
color: #5f4b81;
}
.color-3 {
color: #7f5c9d;
}
.color-4 {
color: #a76c9d;
}
.color-5 {
color: #e4afaf;
}
/* CSS Variables */
:root {
--color-1: #4f4662;
--color-2: #5f4b81;
--color-3: #7f5c9d;
--color-4: #a76c9d;
--color-5: #e4afaf;
}
Mulled Wine Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4662, #5f4b81, #7f5c9d, #a76c9d, #e4afaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4662, #5f4b81, #7f5c9d, #a76c9d, #e4afaf);
}
Similar color palettes
Scroll down to explore 1000+ colors.mulled-wine color palettes
Mulled Wine Delight color palette created on .