A
Anonymous
Color Steps with Visual Representation in React
make steps with ith images represntation use this color --background: #e0f7fa; /* Light Gray (Background) */ --foreground: #4a4a4a; /* Dark Gray (Secondary text) */ --primary: #001f3f; /* Navy Blue (Primary) */ --accent: #b7410e; /* Gold (Accent for buttons, links, CTAs) */ --white: #ffffff; /* White (Text and background) */
Prompt
