:root{
  --c1: #e3fdfd;
  --c2: #cbf1f5;
  --c3: #a6e3e9;
  --c4: #71c9ce;
}
.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);}
