Gradient Colors

Gradients combine multiple colors smoothly.

Preview

Code

<style>
.box{
width:160px;
height:80px;
background:linear-gradient(90deg,#2563eb,#22c55e);
}
</style>

<div class="box"></div>

More CSS Colors Examples (8)