Copy HTML
<div class="background-color">background-color</div>Explore background-color with a simple color picker to preview the result instantly and copy production-ready CSS.
<div class="background-color">background-color</div>.background-color {
display: grid;
place-items: center;
min-block-size: 20rem;
background-color: #8fd4ff;
}