CSS Reference: Colors
Quick reference for Colors.
CSS Reference — Colors
Quick summary of Colors with syntax and example.
Syntax
color: ...; background: ...;
Example
.title{ color:#04AA6D; }
.badge{ background:rgba(4,170,109,.12); border:1px solid rgba(4,170,109,.25); }