/* * Copyright (c) 2023. Selldone® Business OS™ * * Author: M.Pajuhaan * Web: https://selldone.com * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ * * All rights reserved. In the weave of time, where traditions and innovations intermingle, this content was crafted. * From the essence of thought, through the corridors of creativity, each word, and sentiment has been molded. * Not just to exist, but to inspire. Like an artist's stroke or a sculptor's chisel, every nuance is deliberate. * Our journey is not just about reaching a destination, but about creating a masterpiece. * Tread carefully, for you're treading on dreams. */ export default { "#D32F2F": "Red", "#7d263a": "Maroon", "#C2185B": "Pink", "#7B1FA2": "Purple", "#512DA8": "Dark purple", "#303F9F": "Indigo Blue", // indigo "#1976D2": "Blue", "#0288D1": "Light Blue", "#0097A7": "Turquoise Blue", "#00796B": "Goose Green", // teal "#388E3C": "Green", "#689F38": "Light green", "#AFB42B": "Limo", "#FBC02D": "Yellow", "#FFA000": "Amber", // amber "#F57C00": "Orange", "#E64A19": "Shiny Orange", "#5D4037": "Brown", "#616161": "Gray", "#455A64": "Gray Blue", "#FFD700": "Golden", "#FD9F17": "Gold", "#C0C0C0": "Silver", "#b76e79": "Golden Rose", "#383838": "Matte black", "#FFFFFF": "White", "#FFF": "White", "#000000": "Black", "#000": "Black", "#229DBF": "Aqua", "#6DC9E2": "Aqua Triblend", "#413B2D": "Army", "#474747": "Asphalt", "#E6195C": "Berry", "#B2184C": "Berry Triblend", "#FC7F5F": "Burnt Orange", "#80011F": "Cardinal", "#382829": "Chocolate", "#F06336": "Coral", "#FAE7C9": "Cream", "#6B2257": "Currant", "#222127": "Dark Grey", "#0D5A74": "Deep Teal", "#00582F": "Evergreen", "#214C30": "Forest", "#DC2867": "Fuchsia", "#38561F" :"Kelly", "#5C884D": "Leaf", "#558450": "Light Aqua", "#96B5C9": "Light Blue", "#DCAFCE": "Lilac", "#D3E1A4": "Lime", "#9DE7C2": "Mint", "#F6EAD2": "Natural", "#1A1F35": "Navy", "#404624": "Olive", "#271020": "Plum", "#A8355C": "Raspberry", "#D6BEA6": "Soft Cream", "#BEA994": "Tan", "#0DB2AE": "Teal", "#A86EA9": "Violet", "#36454F": "Charcoal", "#b3b0ab": "carbon Grey", "#463e3d": "Charcoal Heather", "#282d3c": "Navy Blazer", };