
.palette{

display:grid;

grid-template-columns:repeat(5,60px);

gap:10px;

justify-content:center;

}

.palette button{

width:60px;

height:60px;

font-size:18px;

font-weight:bold;

}