```mermaid
flowchart LR
A(["rosewater"]):::ros ~~~ B(["flamingo"]):::fla ~~~ C(["pink"]):::pin
D(["mauve"]):::mau ~~~ E(["red"]):::red ~~~ F(["maroon"]):::mar
G(["peach"]):::pea ~~~ H(["yello"]):::yel ~~~ I(["green"]):::gre
J(["teal"]):::tea ~~~ K(["sky"]):::sky ~~~ L(["sapphire"]):::sap
M(["blue"]):::blu ~~~ N(["lavender"]):::lav
classDef ros fill:#414559, color:#c6d0f5, stroke:#f2d5cf, stroke-width:3px;
classDef fla fill:#414559, color:#c6d0f5, stroke:#eebebe, stroke-width:3px;
classDef pin fill:#414559, color:#c6d0f5, stroke:#f4b8e4, stroke-width:3px;
classDef mau fill:#414559, color:#c6d0f5, stroke:#ca9ee6, stroke-width:3px;
classDef red fill:#414559, color:#c6d0f5, stroke:#e78284, stroke-width:3px;
classDef mar fill:#414559, color:#c6d0f5, stroke:#ea999c, stroke-width:3px;
classDef pea fill:#414559, color:#c6d0f5, stroke:#ef9f76, stroke-width:3px;
classDef yel fill:#414559, color:#c6d0f5, stroke:#e5c890, stroke-width:3px;
classDef gre fill:#414559, color:#c6d0f5, stroke:#a6d189, stroke-width:3px;
classDef tea fill:#414559, color:#c6d0f5, stroke:#81c8be, stroke-width:3px;
classDef sky fill:#414559, color:#c6d0f5, stroke:#99d1db, stroke-width:3px;
classDef sap fill:#414559, color:#c6d0f5, stroke:#85c1dc, stroke-width:3px;
classDef blu fill:#414559, color:#c6d0f5, stroke:#8caaee, stroke-width:3px;
classDef lav fill:#414559, color:#c6d0f5, stroke:#babbf1, stroke-width:3px;
linkStyle default fill:none, stroke:#c6d0f5, stroke-width:2px;
```