Vibrant Purple

amber, orange, red, pink, purple, deep, bright, vibrant, warm, earthy

Color Adjustments

Vibrant Purple Color Palette CSS

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

.color-2 {
  color: #E54C06;
}

.color-3 {
  color: #C51B46;
}

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

.color-5 {
  color: #523984;
}

/* CSS Variables */
:root {
  --color-1: #E5A906;
  --color-2: #E54C06;
  --color-3: #C51B46;
  --color-4: #8D1C76;
  --color-5: #523984;
}

Vibrant Purple Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E5A906, #E54C06, #C51B46, #8D1C76, #523984);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E5A906, #E54C06, #C51B46, #8D1C76, #523984);
}

Vibrant Purple color palette created on .

174 views