Files
super-app/assets/colors/colors.ts
Prajjaval Verma 4cafc22484 NTP-37712 | UW after Quote Feature (#15077)
Co-authored-by: Kshitij Pramod Ghongadi <kshitij.pramod@navi.com>
2025-02-26 14:45:15 +00:00

25 lines
554 B
TypeScript

const Colors = {
aliceBlue: "#F3F7FF",
transparent: "transparent",
hawkesBlue: "#BED7FF",
powderBlue: "#DDEAFF",
lightGray: "#EBEBEB",
white: "#FFFFFF",
black: "#000000",
blue: "#0000FF",
grey: "#FAFAFA",
lightBlue: "#EAF2FF",
shimmerBgColor: "#E9E7F0",
shimmerHighlightColor: "#F5F5F8",
silver: "#BCBCBC",
kleinBlue: "#0036A3",
transparentHex: "#00000000",
footerShadowColor: "#98978933",
ghostWhite: "#F9F9FA",
lightSteelBlue: "#B0C0D9",
primaryCta: "#1F002A",
primaryText: "#191919",
};
export default Colors;