Paleta de colores Mulled Wine Shades
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mulled Wine Shades palette
CSS de la paleta de colores Mulled Wine Shades
/* CSS */
.color-1 {
color: #4f4662;
}
.color-2 {
color: #6a4b77;
}
.color-3 {
color: #906a8e;
}
.color-4 {
color: #bfaf7d;
}
.color-5 {
color: #d5997b;
}
/* CSS Variables */
:root {
--color-1: #4f4662;
--color-2: #6a4b77;
--color-3: #906a8e;
--color-4: #bfaf7d;
--color-5: #d5997b;
}
CSS del degradado de fondo Mulled Wine Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4662, #6a4b77, #906a8e, #bfaf7d, #d5997b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4662, #6a4b77, #906a8e, #bfaf7d, #d5997b);
}
Paletas de colores similares
Mulled Wine Shades color palette created on .