.color-box {
    height: 100px;
    border-radius: 0.5rem;
    display: flex;
    align-items: flex-end;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}