Winter Wine Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winter Wine Red palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Winter Wine Red

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

tavolozza dei colori Winter Wine Red CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c94a55;
}
.color-3 {
color: #e59fb4;
}
.color-4 {
color: #eac8ce;
}
.color-5 {
color: #f7e4de;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c94a55;
--color-3: #e59fb4;
--color-4: #eac8ce;
--color-5: #f7e4de;
}

CSS con gradiente di sfondo Winter Wine Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c94a55, #e59fb4, #eac8ce, #f7e4de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c94a55, #e59fb4, #eac8ce, #f7e4de);
}

Winter Wine Red color palette created on .