The layers of Clean Architecture are: Presentation Layer, Application Layer, Domain Layer, and Infrastructure Layer. The Presentation Layer handles user interface and user interactions, the Application Layer handles business logic, the Domain Layer contains the core entities and business rules, and the Infrastructure Layer contains the low-level technical details such as databases, APIs, and external services.