.color.palette {
  position: relative;
  min-height: 12rem;
  padding-left: 13rem;
  margin-bottom: 2rem;
}
.color.palette:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 12rem;
  background: var(--swatch-color);
  border: 1px solid rgba(0, 0, 0, .25);
}
.color.palette .tints ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.color.palette .tints li {
  position: relative;
  width: 6rem;
  padding-top: 7rem;
  font-size: .75em;
}
.color.palette .tints li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  background: var(--swatch-color);
  border: 1px solid rgba(0, 0, 0, .25);
}
.color .description {
  margin: 0;
  padding: 0;
}
.color .name {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.color .hex {
  color: var(--il-storm-60);
}


table.deprecated .swatch {
  position: relative;
  display: inline-block;
  min-height: 2rem;
  padding-left: 3rem;
  line-height: 2rem;
}
table.deprecated .swatch:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background: var(--color);
  border: 1px solid var(--il-storm);
}
table.deprecated .swatch .name {
  font-weight: 500;
}
