Wine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wine palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Wine

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

tavolozza dei colori Wine CSS

/* CSS */
.color-1 {
color: #5c2e3d;
}
.color-2 {
color: #8a5a8c;
}
.color-3 {
color: #b77b8e;
}
.color-4 {
color: #d5b3bf;
}
.color-5 {
color: #e8cfc4;
}

/* CSS Variables */
:root {
--color-1: #5c2e3d;
--color-2: #8a5a8c;
--color-3: #b77b8e;
--color-4: #d5b3bf;
--color-5: #e8cfc4;
}

CSS con gradiente di sfondo Wine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e3d, #8a5a8c, #b77b8e, #d5b3bf, #e8cfc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e3d, #8a5a8c, #b77b8e, #d5b3bf, #e8cfc4);
}

Wine color palette created on .