Linear Gradient Multiple Colors

Gradients can blend multiple color stops.

Preview

Code

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

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

More CSS Gradients Examples (8)