Wine Berry Shades Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wine Berry Shades palette

Condividi questa palette a:

tavolozza dei colori Wine Berry Shades CSS

/* CSS */
.color-1 {
color: #682c3b;
}
.color-2 {
color: #a85d7d;
}
.color-3 {
color: #d69a9c;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #bfb1d8;
}

/* CSS Variables */
:root {
--color-1: #682c3b;
--color-2: #a85d7d;
--color-3: #d69a9c;
--color-4: #eab8d1;
--color-5: #bfb1d8;
}

CSS con gradiente di sfondo Wine Berry Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c3b, #a85d7d, #d69a9c, #eab8d1, #bfb1d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c3b, #a85d7d, #d69a9c, #eab8d1, #bfb1d8);
}

Wine Berry Shades color palette created on .