Draw A Diagram Of The Vietnam War
        Jagdwurst
        #ffcccb
      
      
        Red
        #ff0000
      
      
        Hulk
        #008000
      
      
        Black
        #000000
      
      
        Mint to Be
        #9aff9a
      
  
        #ffcccb
        Jagdwurst
        
          
        
      
      
        #ff0000
        Red
        
          
        
      
      
        #008000
        Hulk
        
          
        
      
      
        #000000
        Black
        
          
        
      
      
        #9aff9a
        Mint to Be
        
          
        
      
  About This Color Palette
mermaid
stateDiagram
    direction LR
    classDef american fill:
                            
                            #ffcccb
                        ,stroke:
                            
                            #ff0000
                        ,stroke-width:2px,font-weight:bold,font-family:Arial
    classDef vietnamese fill:
                            
                            #9aff9a
                        ,stroke:
                            
                            #008000
                        ,stroke-width:2px,font-weight:bold,font-family:Arial
    classDef warEvent fill:
                            
                            #ffcccb
                        ,stroke:
                            
                            #000000
                        ,stroke-width:2px
    classDef peaceEvent fill:
                            
                            #9aff9a
                        ,stroke:
                            
                            #000000
                        ,stroke-width:2px
    [*] --> American:::american
    American --> Deployment:::warEvent
    Deployment --> Battle:::warEvent
    Battle --> Retreat:::warEvent
    Retreat --> American
    Battle --> Ceasefire:::peaceEvent
    Ceasefire --> Peace:::peaceEvent
    Peace --> [*]
    [*] --> Vietnamese:::vietnamese
    Vietnamese --> Defense:::warEvent
    Defense --> Battle
    Battle --> Victory:::peaceEvent
    Victory --> Peace
      What would you like to do?
Other Similar Palettes
            #FDFD96
          
        
            #000
          
        
            #FF8C00
          
        
            #00FF00