<!DOCTYPE html>
<html>
<style>
div {height:50px;width:100%;}
</style>
<body>
<div style="background-color:rgb(142, 202, 230)"></div>
<div style="background-color:rgb(33, 158, 188)"></div>
<div style="background-color:rgb(2, 48, 71)"></div>
<div style="background-color:rgb(255, 183, 3)"></div>
<div style="background-color:rgb(251, 133, 0)"></div>
</body>
</html>