Futuristic Twilight

90s, aesthetic, purple, vibrant, soft

Color Adjustments

Futuristic Twilight Color Palette CSS

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

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

.color-3 {
  color: #A56EBF;
}

.color-4 {
  color: #D6A1E8;
}

.color-5 {
  color: #F0D0E0;
}

/* CSS Variables */
:root {
  --color-1: #603D8A;
  --color-2: #7D4D9D;
  --color-3: #A56EBF;
  --color-4: #D6A1E8;
  --color-5: #F0D0E0;
}

Futuristic Twilight Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #603D8A, #7D4D9D, #A56EBF, #D6A1E8, #F0D0E0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #603D8A, #7D4D9D, #A56EBF, #D6A1E8, #F0D0E0);
}

Futuristic Twilight color palette created on .

33 views
Futuristic Twilight Color Palette