Hello,
Then it gets very complicated, because for each color change in A1 due to CF (if you do it manually there is no way to keep track of it) you will need to add a new CF to the cell to be coloured like A1, with the same condition as A1.
In other words, you can not tell a cell "copy this other cell color". You can give it the same formula as the CF of the target cell, and therefore copy its behaviour, but if there are many conditions, for each of them you will have to repeat the procedure.
Moreover, since you also want to add cell A3 in the mix, then you have to edit all CF to take into account this other value.
… It is very fastidious. VBA is better for this job. 5 lines and you're good to go.
Remember Excel works with values, not colours. They are just eyes sugar.