Subspace

deep, navy, indigo, lavender, lilac, soft, muted, modern, elegant, night-sky

Color Adjustments

Subspace Color Palette CSS

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

.color-2 {
  color: #2F2D76;
}

.color-3 {
  color: #4A49A2;
}

.color-4 {
  color: #8F72C0;
}

.color-5 {
  color: #D2C3E9;
}

/* CSS Variables */
:root {
  --color-1: #1E1D4E;
  --color-2: #2F2D76;
  --color-3: #4A49A2;
  --color-4: #8F72C0;
  --color-5: #D2C3E9;
}

Subspace Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1E1D4E, #2F2D76, #4A49A2, #8F72C0, #D2C3E9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1E1D4E, #2F2D76, #4A49A2, #8F72C0, #D2C3E9);
}

Subspace color palette created on .

46 views
Subspace Color Palette