.variant-border-color(length(@colors));
.make-colors(length(@colors));
.variant-background-color(length(@colors));

// Define states 
.Hylia-u-color {
    &--positive {
        color: @namek;
    }

    &--warning {
        color: @saien;
    }

    &--negative {
        color: @ruban;
    }
}