Celestial Amethyst

aesthetic, purple, bright, fun, vibrant

Color Adjustments

Celestial Amethyst Color Palette CSS

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

.color-2 {
  color: #703C9A;
}

.color-3 {
  color: #9C4EB1;
}

.color-4 {
  color: #BC6DC5;
}

.color-5 {
  color: #E78DCF;
}

/* CSS Variables */
:root {
  --color-1: #4A2C8C;
  --color-2: #703C9A;
  --color-3: #9C4EB1;
  --color-4: #BC6DC5;
  --color-5: #E78DCF;
}

Celestial Amethyst Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4A2C8C, #703C9A, #9C4EB1, #BC6DC5, #E78DCF);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4A2C8C, #703C9A, #9C4EB1, #BC6DC5, #E78DCF);
}

Celestial Amethyst color palette created on .

2 views
Celestial Amethyst Color Palette