Wine Berry Shades

wine, burgundy, pink, soft, elegant

Color Adjustments

Wine Berry Shades Color Palette CSS

/* CSS */
.color-1 {
  color: #591D35;
}

.color-2 {
  color: #7A3E4C;
}

.color-3 {
  color: #A45B7D;
}

.color-4 {
  color: #D68FA0;
}

.color-5 {
  color: #F1B1C3;
}

/* CSS Variables */
:root {
  --color-1: #591D35;
  --color-2: #7A3E4C;
  --color-3: #A45B7D;
  --color-4: #D68FA0;
  --color-5: #F1B1C3;
}

Wine Berry Shades Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #591D35, #7A3E4C, #A45B7D, #D68FA0, #F1B1C3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #591D35, #7A3E4C, #A45B7D, #D68FA0, #F1B1C3);
}

Wine Berry Shades color palette created on .

23 views
Wine Berry Shades Color Palette