-- NOTE: references for Catppuccin Frappé -- monochromatic: https://coolors.co/c6ceef-b1b8d7-9ba2bf-868ca7-707590-5b5f78-454960-303348-252737-181a25 -- analogous 1: https://coolors.co/f2d5cf-eebebe-f4b8e4-ca9ee6-ea999c-e78284-ef9f76 -- analogous 2: https://coolors.co/bfb7e4-8caaee-99d1db-e5c890-85c1dc-a6d189-81c8be local color_palette = { rosewater = "#F2D5CF", flamingo = "#EEBEBE", pink = "#F4B8E4", mauve = "#CA9EE6", red = "#E78284", maroon = "#EA999C", peach = "#EF9F76", yellow = "#E5C890", green = "#A6D189", teal = "#81C8BE", sky = "#99D1DB", sapphire = "#85C1DC", blue = "#8CAAEE", lavender = "#BABBF1", text = "#D1D9F8", subtext1 = "#B5BFE2", subtext0 = "#A5ADCE", overlay2 = "#949CBB", overlay1 = "#838BA7", overlay0 = "#737994", surface2 = "#626880", surface1 = "#51576D", surface0 = "#414559", base = "#303446", mantle = "#292C3C", crust = "#232634", } return color_palette