.token.keyword {
  color: #e34ba9;
}
.token.number,
.token.string {
  color: #f0c000;
}
.token.operator,
.token.punctuation {
  color: #697177;
}
.token.property,
.token.atrule,
.token.attr-value,
.token.function {
  color: #bf7af0;
}
.token.url,
.token.literal-property,
.token.property-access {
  color: #52a9ff;
}
.token.class-name,
.token.regex,
.token.important,
.token.tag {
  color: #ff8b3e;
}
.token.attr-name,
.token.boolean,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #ff6369;
}
.token.selector,
.token.char,
.token.builtin,
.token.script,
.token.inserted {
  color: #3cb179;
}
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #787f85;
}
