html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background-color: whitesmoke;
}

header {
  text-align: center;
  padding-bottom: 1.5em;
}

h1 {
  font-size: 60px;
}

p {
  font-size: 15px;
}

.header {
  height: 90px;
  box-shadow: 0px 4px 11px 0px #00000026;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}

input {
  width: 61px;
  height: 42px;
  cursor: pointer;
}

select {
  width: 312px;
  height: 42px;
  border-radius: 6px;
  border: none;
  background: linear-gradient(0deg, #d1d5db, #d1d5db),
    linear-gradient(0deg, #ffffff, #ffffff);
  cursor: pointer;
}

button {
  width: 123px;
  height: 42px;
  border-radius: 4px;
  border: none;
  background: linear-gradient(0deg, #d1d5db, #d1d5db),
    linear-gradient(0deg, #ffffff, #ffffff);
  cursor: pointer;
}

#colors-palet {
  display: flex;
  justify-content: center;
  width: 100%;
}

#hex-code {
  display: flex;
  justify-content: space-around;
  height: 46px;
  width: 550px;
  align-items: center;
  box-shadow: 0px 4px 11px 0px #00000026;
  width: 100%;
}

.col-color {
  width: 20%;
  height: 400px;
  background: black;
  text-align: center;
}
