//You can specify new color for skin portal
:root {
  --primary-color: #8700F8;
  --secondary-color: rgba(135,0,248,0.15); //Use with rgba method to specify color
  --background-color: #EDEEF8;
}