Paleta de colores Winey

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winey palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Winey

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

CSS de la paleta de colores Winey

/* 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 del degradado de fondo 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 .