Skip to content

keploy/website

Repository files navigation

Brand color Palette


This README guide provides an overview of the color palette used in the project, along with their respective purposes and usage.

Color Name Purpose Color Patch Hash Value
Primary Color Primary headings, primary buttons, main elements #FF914D #FF914D
Secondary Color Backgrounds, borders, subtle accents #00163D #00163D
Neutral Colors Backgrounds, borders, subtle accents #F5F5F5
#FFF
#E6E2D4
#F5F5F5
#FFF
#E6E2D4
Accent Colors Success messages, notifications, progress indicators #16704C #16704C
Highlights, icons, creative sections #5F3131 #5F3131
Attention-grabbing elements, notifications, important highlights #EF546B
#D9CD9C
#EF546B
#D9CD9C
Gradient Colors - #F5F5F5
#E35134
#FF914D
#BE2C1B
#6F0A0D
#F5F5F5
#E35134
#FF914D
#BE2C1B
#6F0A0D

This README guide provides a quick reference to the colors in the palette and their intended purposes. Use this guide to ensure consistent usage of colors throughout the project and to maintain a cohesive visual style.

Feel free to discuss and customize the README guide further based on your project requirements and additional details you'd like to include.


Created and maintained with ❤️ by Keploy.io.

Getting Started

Please make sure you have Node.js 18.x.x installed on your machine.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result. Note: this template is inspired from cruip/tailwind-landing-page-template