Mulled Wine Shades Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Mulled Wine Shades palette
tavolozza dei colori Mulled Wine Shades CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Mulled Wine Shades color palette created on .