Mulled Wine Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mulled Wine Shades palette

Condividi questa palette a:

tavolozza dei colori Mulled Wine Shades CSS

/* CSS */
.color-1 {
color: #4f4662;
}
.color-2 {
color: #8b6d8d;
}
.color-3 {
color: #cb9ab1;
}
.color-4 {
color: #f5b2c1;
}
.color-5 {
color: #f8e4ce;
}

/* CSS Variables */
:root {
--color-1: #4f4662;
--color-2: #8b6d8d;
--color-3: #cb9ab1;
--color-4: #f5b2c1;
--color-5: #f8e4ce;
}

CSS con gradiente di sfondo Mulled Wine Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4662, #8b6d8d, #cb9ab1, #f5b2c1, #f8e4ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4662, #8b6d8d, #cb9ab1, #f5b2c1, #f8e4ce);
}

Mulled Wine Shades color palette created on .