.rarity-exotic {
    color: #ffa405;
}

.rarity-basic {
    color: #000000;
}

.rarity-fine {
    color: #62A4DA;
}

.rarity-masterwork {
    color: #1a9306;
}

.rarity-legendary {
    color: #4C139D;
}

.rarity-ascended {
    color: #fb3e8d;
}

.rarity-rare {
    color: #fcd00b;
}

.rarity-junk {
    color: #AAAAAA;
}