Wine and Sky Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wine and Sky palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Wine and Sky

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

tavolozza dei colori Wine and Sky CSS

/* 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 con gradiente di sfondo 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 .