Shades Of Wisteria

aesthetic, light, purple, bright, fun

Color Adjustments

Shades Of Wisteria Color Palette CSS

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

.color-2 {
  color: #A378B5;
}

.color-3 {
  color: #8D4F9C;
}

.color-4 {
  color: #6B2D7B;
}

.color-5 {
  color: #4E1A5B;
}

/* CSS Variables */
:root {
  --color-1: #B7A1D9;
  --color-2: #A378B5;
  --color-3: #8D4F9C;
  --color-4: #6B2D7B;
  --color-5: #4E1A5B;
}

Shades Of Wisteria Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #B7A1D9, #A378B5, #8D4F9C, #6B2D7B, #4E1A5B);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #B7A1D9, #A378B5, #8D4F9C, #6B2D7B, #4E1A5B);
}

Shades Of Wisteria color palette created on .

1 view