﻿.text-sky2 {
    color: hsl(179, 100%, 46%, 100%);
}

.text-sky {
    color: hsl(179, 100%, 36%, 100%);
}

.text-red {
    color: hsl(0, 86%, 65%, 100%);
}

.text-green {
    color: hsl(150, 38%, 50%, 100%);
}

.text-warning {
    color: hsl(30, 80%, 55%, 100%);
}

.text-indigo {
    color: hsl(199, 52%, 39%, 100%);
}

.text-back {
    color: hsl(0, 0%, 21%, 100%);
}
