Paleta de colores Wine and Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wine and Sky palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Wine and Sky

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

CSS de la paleta de colores Wine and Sky

/* CSS */
.color-1 {
color: #7a2a3a;
}
.color-2 {
color: #995656;
}
.color-3 {
color: #cca3a3;
}
.color-4 {
color: #e4b4d0;
}
.color-5 {
color: #7db2e3;
}

/* CSS Variables */
:root {
--color-1: #7a2a3a;
--color-2: #995656;
--color-3: #cca3a3;
--color-4: #e4b4d0;
--color-5: #7db2e3;
}

CSS del degradado de fondo Wine and Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a3a, #995656, #cca3a3, #e4b4d0, #7db2e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a3a, #995656, #cca3a3, #e4b4d0, #7db2e3);
}

Wine and Sky color palette created on .