Grape Vineyard Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Grape Vineyard palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Grape Vineyard

Download grape vineyard color palette PNG image (landscape)
Download grape vineyard color palette PNG image (square)

tavolozza dei colori Grape Vineyard CSS

/* CSS */
.color-1 {
color: #a57eb9;
}
.color-2 {
color: #a85cb2;
}
.color-3 {
color: #b492d8;
}
.color-4 {
color: #e7cae1;
}
.color-5 {
color: #4f2e5c;
}

/* CSS Variables */
:root {
--color-1: #a57eb9;
--color-2: #a85cb2;
--color-3: #b492d8;
--color-4: #e7cae1;
--color-5: #4f2e5c;
}

CSS con gradiente di sfondo Grape Vineyard

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a57eb9, #a85cb2, #b492d8, #e7cae1, #4f2e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a57eb9, #a85cb2, #b492d8, #e7cae1, #4f2e5c);
}

Grape Vineyard color palette created on .