Socialify

Folder ..

Viewing colors.css
19 lines (15 loc) • 212.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
.bg-skyblue {
    background-color: #508eeb;
}

.bg-white {
    background-color: #ffffff;
}

.bg-purple {
    background-color: #3c3cc7;
}

.text-white {
    color: #ffffff;
}

.text-red {
    color: #c90b0b;
}