CSS przy użyciu tego samego koloru tła co tło nadrzędne

.child {
    float: right;
    background-color: inherit;
}
Aggressive Antelope