.rosu { color: rgb(255, 0, 0); } .verde { color: #008000; } .albastru { color: rgb(0, 0, 255); } .galben { color: rgb(255, 255, 0); } .cyan { color: rgb(0, 255, 255); } .magenta { color: rgb(255, 0, 255); } .negru { color: rgb(0, 0, 0); } .alb { color: rgb(255, 255, 255); } .gri { color: rgb(128, 128, 128); } .portocaliu { color: rgb(255, 165, 0); } .mov { color: rgb(128, 0, 128); } .roz { color: rgb(255, 192, 203); } .maro { color: rgb(165, 42, 42); } .lamaie { color: rgb(0, 255, 0); } .bleumarin { color: rgb(0, 0, 128); } .masliniu { color: rgb(128, 128, 0); } .visiniu { color: rgb(128, 0, 0); } .turcoaz { color: rgb(0, 128, 128); } .argintiu { color: rgb(192, 192, 192); } .auriu { color: rgb(255, 215, 0); }

.bg-bodi { background-color: rgb(255, 243, 233, 1) }
.bg-rosu { background-color: rgba(255, 0, 0, 0.3); }
.bg-verde { background-color: rgba(0, 128, 0, 0.302); }
.bg-albastru { background-color: rgba(0, 0, 255, 0.3); }
.bg-galben { background-color: rgba(255, 255, 0, 0.3); }
.bg-cyan { background-color: rgba(0, 255, 255, 0.3); }
.bg-magenta { background-color: rgba(255, 0, 255, 0.3); }
.bg-negru { background-color: rgba(0, 0, 0, 0.3); }
.bg-alb { background-color: rgba(255, 255, 255, 0.3); }
.bg-gri { background-color: rgba(128, 128, 128, 0.3); }
.bg-portocaliu { background-color: rgba(255, 165, 0, 0.3); }
.bg-mov { background-color: rgba(128, 0, 128, 0.3); }
.bg-roz { background-color: rgba(255, 192, 203, 1); }
.bg-maro { background-color: rgba(165, 42, 42, 0.4); }
.bg-lamaie { background-color: rgba(0, 255, 0, 0.3); }
.bg-bleumarin { background-color: rgba(0, 0, 128, 0.3); }
.bg-masliniu { background-color: rgba(128, 128, 0, 0.3); }
.bg-visiniu { background-color: rgba(128, 0, 0, 0.3); }
.bg-turcoaz { background-color: rgba(0, 128, 128, 0.3); }
.bg-argintiu { background-color: rgba(192, 192, 192, 0.3); }
.bg-auriu { background-color: rgba(255, 215, 0, 0.3); }






/*
- .rosu
- .verde
- .albastru
- .galben
- .cyan
- .magenta
- .negru
- .alb
- .gri
- .portocaliu
- .mov
- .roz
- .maro
- .lamaie
- .bleumarin
- .masliniu
- .visiniu
- .turcoaz
- .argintiu
- .auriu
*/