
.botones {
  width: 100%;
  height: 80px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
button {
  width: 100px;
  height: 40px;
  margin: 20px;
  background-color: #84FEF6;
  border-radius: 5px;
  border-color: teal;
  font-family: Kalam, sans-serif;
  font-size: 16px;
}
#paleta {
  height: 300px;
  width: 100%;
  border: 2px solid teal;
  border-radius: 5px;
  display: flex;
}

.colorIndividual {
  border-radius: 25px;
  height: 50px;
  width: 50px;
  margin-top: 15px;
}
.colorIndividual:first-child {
  margin-left: 15px;
}
