body{
    font-size: 1em;
}

#colores{
    display: grid;
    grid-template-columns: repeat(255, 1px);
    width: 25px;
}

#colores div{
    width: 1px;
    height: 1px;
    background-color: hsl(240, 100%, 50%);
}