:root{
  --c1: #1526bb;
  --c2: #1e6c1c;
  --c3: #ba2424;
  --c4: #3f0a96;
}
.palette{display:grid;grid-template-columns:repeat(4,1fr);height:160px;}
.palette .c1{background: var(--c1);}
.palette .c2{background: var(--c2);}
.palette .c3{background: var(--c3);}
.palette .c4{background: var(--c4);}
