﻿/* Temperature color scale */
.t2_5{
    color: black;
    background-color: #7b564b;
}
.t2 {
    color: black;
    background-color: #b15441;
}
.t1_5 {
    color: black;
    background-color: #ea1e2f;
}
.t1 {
    color: black;
    background-color: #ef6c54;
}
.t0_5 {
    color: black;
    background-color: #f5a38a;
}
.t0 {
    color: black;
    background-color: #fbddd1;
}
.t-0_5 {
    color: black;
    background-color: #d6d1e8;
}
.t-1 {
    color: black;
    background-color: #968cc3;
}
.t-1_5 {
    color: black;
    background-color: #645aa6;
}
.t-2 {
    color: black;
    background-color: #392e8f;
}
.t-2_5 {
    color: black;
    background-color: #504580;
}
.t-3 {
    color: black;
    background-color: #514c69;
}
/* Salinity color scale*/
.s2_5{
    color: black;
    background-color: #f28332;
}
.s2 {
    color: black;
    background-color: #f69e31;
}
.s1_5 {
    color: black;
    background-color: #fabb2e;
}
.s1 {
    color: black;
    background-color: #fdcc66;
}
.s0_5 {
    color: black;
    background-color: #fedc9a;
}
.s0 {
    color: black;
    background-color: #fef2d5;
}
.s-0_5 {
    color: black;
    background-color: #eff7df;
}
.s-1 {
    color: black;
    background-color: #cae2bb;
}
.s-1_5 {
    color: black;
    background-color: #a9cf99;
}
.s-2 {
    color: black;
    background-color: #87be7b;
}
.s-2_5 {
    color: black;
    background-color: #5ea56d;
}
.s-3 {
    color: black;
    background-color: #2f8e5f;
}