Huehive Logo

HueHive

#87CEEB Sky Blue
#D3D3D3 Light Gray
#2F4F4F Dark Slate Gray
#90EE90 Light Green
#FFA07A Light Salmon
#F08080 Light Coral

```mermaid graph LR A[User Interface (HTML, CSS, JavaScript, Bootstrap)] -->|Upload Image| B(Backend) B -->|Image Processing (PHP, Python)| C((Disease Detected?)) C -- Yes --> D[Display Disease Detected] C -- No --> E[Display No Disease Detected] ```

Palette Description

Color Palette:
1. Color Name: Sky Blue
   Hex Code: 
                            
                            #87CEEB
                        
   Description: Represents the User Interface (HTML, CSS, JavaScript, Bootstrap) in the system.

2. Color Name: Light Gray
   Hex Code: 
                            
                            #D3D3D3
                        
   Description: Represents the connection between User Interface and Backend.

3. Color Name: Dark Slate Gray
   Hex Code: 
                            
                            #2F4F4F
                        
   Description: Represents the Backend of the system.

4. Color Name: Light Green
   Hex Code: 
                            
                            #90EE90
                        
   Description: Represents the Image Processing (PHP, Python) stage in the process.

5. Color Name: Light Salmon
   Hex Code: 
                            
                            #FFA07A
                        
   Description: Represents the display of Disease Detected in the system.

6. Color Name: Light Coral
   Hex Code: 
                            
                            #F08080
                        
   Description: Represents the display of No Disease Detected in the system.