This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
addIngredient("tequila", { | |
color: "#f4d59a", // warm pale gold | |
innerColor: "#f9e9c1", // lighter golden glow | |
type: "liquid", | |
shape: "liquid", | |
keywords: "alcohol,liquid", | |
}); | |
addIngredient("white wine", { | |
color: "#f6e27a", // straw gold |