Wine and Flannel Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wine and Flannel palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Wine and Flannel

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

tavolozza dei colori Wine and Flannel CSS

/* CSS */
.color-1 {
color: #7a2a3e;
}
.color-2 {
color: #9a4c56;
}
.color-3 {
color: #b5737f;
}
.color-4 {
color: #e5b3c1;
}
.color-5 {
color: #f5d7d1;
}

/* CSS Variables */
:root {
--color-1: #7a2a3e;
--color-2: #9a4c56;
--color-3: #b5737f;
--color-4: #e5b3c1;
--color-5: #f5d7d1;
}

CSS con gradiente di sfondo Wine and Flannel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a3e, #9a4c56, #b5737f, #e5b3c1, #f5d7d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a3e, #9a4c56, #b5737f, #e5b3c1, #f5d7d1);
}

Wine and Flannel color palette created on .