Create A Password Reset Flowchart
        Pinkalicious
        #f9f
      
      
        Carbon
        #333
      
      
        Purple Illusion
        #bbf
      
      
        Pompelmo
        #f66
      
      
        White
        #fff
      
  
        #f9f
        Pinkalicious
        
          
        
      
      
        #333
        Carbon
        
          
        
      
      
        #bbf
        Purple Illusion
        
          
        
      
      
        #f66
        Pompelmo
        
          
        
      
      
        #fff
        White
        
          
        
      
  About This Color Palette
mermaid
flowchart LR
    Start[Start] --> ValidateUser{Validate User}
    ValidateUser -- Incorrect Email --> ShowError[Show Error]
    ValidateUser -- Correct Email --> GenerateOTP{Generate OTP}
    GenerateOTP -- OTP Sent --> VerifyOTP{Verify OTP}
    VerifyOTP -- Incorrect OTP --> ShowError
    VerifyOTP -- Correct OTP --> ResetPassword{Reset Password}
    ResetPassword -- Password Reset --> End[End]
    style Start, End fill:#f9f,stroke:#333,stroke-width:4px
    style ValidateUser, GenerateOTP, VerifyOTP, ResetPassword fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff,stroke-dasharray: 5 5
      What would you like to do?
Other Similar Palettes
            #f9f
          
        
            #333
          
        
            #bbf
          
        
            #fff
          
        
            #f66
          
        
            #f9f
          
        
            #333
          
        
            #f66
          
        
            #f9f
          
        
            #333
          
        
            #bbf
          
        
            #f66
          
        
            #fff
          
        
            #f9f
          
        
            #333
          
        
            #bbf
          
        
            #f96
          
        
            #bfb
          
        
            #fd7
          
        
            #003366
          
        
            #0099CC
          
        
            #66CC99
          
        
            #99CC33
          
        
            #FFCC33