Whispers Of The Marionette

dark, elegant, plum, soft, retro

Color Adjustments

Whispers Of The Marionette Color Palette CSS

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

.color-2 {
  color: #4A3B68;
}

.color-3 {
  color: #795B8B;
}

.color-4 {
  color: #B78AB2;
}

.color-5 {
  color: #F4CDC3;
}

/* CSS Variables */
:root {
  --color-1: #2C2A4B;
  --color-2: #4A3B68;
  --color-3: #795B8B;
  --color-4: #B78AB2;
  --color-5: #F4CDC3;
}

Whispers Of The Marionette Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2C2A4B, #4A3B68, #795B8B, #B78AB2, #F4CDC3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2C2A4B, #4A3B68, #795B8B, #B78AB2, #F4CDC3);
}

Whispers Of The Marionette color palette created on .

27 views