antiquewhite
blueviolet
greenyellow
.one { background-color: antiquewhite; } .two { background-color: blueviolet; } .three { background-color: greenyellow; }
<div class="wrapper"> <div class="box one">antiquewhite</div> <div class="box two">blueviolet</div> <div class="box three">greenyellow</div> </div>