Wine Berry Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wine Berry Delight palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Wine Berry Delight

Download wine berry delight color palette PNG image (landscape)
Download wine berry delight color palette PNG image (square)

tavolozza dei colori Wine Berry Delight CSS

/* CSS */
.color-1 {
color: #3e0f20;
}
.color-2 {
color: #6f2a3e;
}
.color-3 {
color: #a05a79;
}
.color-4 {
color: #d89d9e;
}
.color-5 {
color: #f3c3c7;
}

/* CSS Variables */
:root {
--color-1: #3e0f20;
--color-2: #6f2a3e;
--color-3: #a05a79;
--color-4: #d89d9e;
--color-5: #f3c3c7;
}

CSS con gradiente di sfondo Wine Berry Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e0f20, #6f2a3e, #a05a79, #d89d9e, #f3c3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e0f20, #6f2a3e, #a05a79, #d89d9e, #f3c3c7);
}

Wine Berry Delight color palette created on .