Winey Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winey palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Winey

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

tavolozza dei colori Winey CSS

/* CSS */
.color-1 {
color: #7c2d3b;
}
.color-2 {
color: #9e3d49;
}
.color-3 {
color: #d55d79;
}
.color-4 {
color: #e59ab4;
}
.color-5 {
color: #f3bfd8;
}

/* CSS Variables */
:root {
--color-1: #7c2d3b;
--color-2: #9e3d49;
--color-3: #d55d79;
--color-4: #e59ab4;
--color-5: #f3bfd8;
}

CSS con gradiente di sfondo Winey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d3b, #9e3d49, #d55d79, #e59ab4, #f3bfd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d3b, #9e3d49, #d55d79, #e59ab4, #f3bfd8);
}

Winey color palette created on .