Purple Nightfall

dark, purple, night-sky, autumn, vintage

Color Adjustments

Purple Nightfall Color Palette CSS

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

.color-2 {
  color: #3B2A47;
}

.color-3 {
  color: #5B3F6E;
}

.color-4 {
  color: #7A5B8B;
}

.color-5 {
  color: #A8809F;
}

/* CSS Variables */
:root {
  --color-1: #1F1B2D;
  --color-2: #3B2A47;
  --color-3: #5B3F6E;
  --color-4: #7A5B8B;
  --color-5: #A8809F;
}

Purple Nightfall Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1F1B2D, #3B2A47, #5B3F6E, #7A5B8B, #A8809F);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1F1B2D, #3B2A47, #5B3F6E, #7A5B8B, #A8809F);
}

Purple Nightfall color palette created on .

42 views
Purple Nightfall Color Palette