.appy-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    line-height: 80px;
    color: black;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 48px;
    text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.appy-icon-forestgreen {
    background: #6bba70;
    background: -moz-linear-gradient(top, #6bba70 0%, #449b4d 100%);
    background: -webkit-linear-gradient(top, #6bba70 0%, #449b4d 100%);
    background: linear-gradient(to bottom, #6bba70 0%, #449b4d 100%);
    color: white;
}

.appy-icon-orange {
    background: #ffa84c;
    background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
    background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
    background: linear-gradient(to bottom, #ffa84c 0%, #ff7b0d 100%);
    color: white;
}

.appy-icon-limegreen {
    color: black;
    background: #d2ff52;
    background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
    background: -webkit-linear-gradient(top, #d2ff52 0%, #91e842 100%);
    background: linear-gradient(to bottom, #d2ff52 0%, #91e842 100%);
}

.appy-icon-purple {
    background: #e570e7;
    background: -moz-linear-gradient(top, #e570e7 0%, #c85ec7 47%, #a849a3 100%);
    background: -webkit-linear-gradient(top, #e570e7 0%, #c85ec7 47%, #a849a3 100%);
    background: linear-gradient(to bottom, #e570e7 0%, #c85ec7 47%, #a849a3 100%);
    color: white;
}

.appy-icon-black {
    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
    color: white;
}

.appy-icon-red {
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    color: white;
}

.appy-icon-blue {
    background: #499bea;
    background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
    color: white;
}

.appy-icon-velvet {
    background: #deefff;
    background: -moz-linear-gradient(top, #deefff 0%, #98bede 100%);
    background: -webkit-linear-gradient(top, #deefff 0%, #98bede 100%);
    background: linear-gradient(to bottom, #deefff 0%, #98bede 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede', GradientType=0);
    color: #436480;
}

.appy-icon-cyan {
    background: #a1eeff;
    background: -moz-linear-gradient(top, #a1eeff 0%, #00cdf6 100%);
    background: -webkit-linear-gradient(top, #a1eeff 0%, #00cdf6 100%);
    background: linear-gradient(to bottom, #a1eeff 0%, #00cdf6 100%);
    color: white;
}

.appy-icon-rose {
    background: #febbbb;
    background: -moz-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c', GradientType=0);
    color: white;
}

.appy-icon-indigo {
    background: #8989ba;
    background: -moz-linear-gradient(top, #8989ba 0%, #6c6cb7 100%);
    background: -webkit-linear-gradient(top, #8989ba 0%, #6c6cb7 100%);
    background: linear-gradient(to bottom, #8989ba 0%, #6c6cb7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8989ba', endColorstr='#6c6cb7', GradientType=0);
    color: white;
}