crabcss
Version:
Small Flexbox CSS framework
50 lines (48 loc) • 742 B
CSS
.text-green {
color: $emerald ;
}
.text-red {
color: $aliz ;
}
.text-violet {
color: $asph ;
}
.text-blu {
color: $priver ;
}
.text-orange {
color: $orange ;
}
.text-yellow {
color: $sunfl ;
}
.text-wisteria {
color: $wisteria ;
}
.text-white {
color: #ffffff ;
}
.bg-green {
background: $emerald ;
}
.bg-red {
background: $aliz ;
}
.bg-vio {
background: $asph ;
}
.bg-blu {
background: $priver ;
}
.bg-orange {
background: $orange ;
}
.bg-yellow {
background: $sunfl ;
}
.bg-wisteria {
background: $wisteria ;
}
.bg-white {
background: #ffffff ;
}