rgb(2 121 139)
rgb(197 93 161)
rgb(18 138 125)
.one { background-color: rgb(2 121 139); } .two { background-color: rgb(197 93 161); } .three { background-color: rgb(18 138 125); }
<div class="wrapper"> <div class="box one">rgb(2 121 139)</div> <div class="box two">rgb(197 93 161)</div> <div class="box three">rgb(18 138 125)</div> </div>