Brand Color Guide — Travel Agency

Brand Color System

Your color guide,
all in one place

Every color, every element, every UI state — documented for your travel agency website. Share with developers, designers, or reference whenever you need.

Navy
Violet
Rose
Teal
Mint
Amber
Peach
01

Brand Palette

Core colors extracted from your logo
Navy
#282878
Primary brand color. Headings, navbar, primary buttons, footer.
Violet
#645aaa
Secondary brand color. H3, focus states, booking steps, quotes.
Rose
#dc6e96
Accent & CTA. Links, promo badges, wishlist, sale labels, map pins.
Teal
#6eb4b4
Info & features. Icon accents, info alerts, feature highlights.
Mint
#78c896
Success states. Availability, confirmed bookings, valid inputs.
Amber
#fad278
Warmth & ratings. Star ratings, nav hover, itinerary timeline.
Peach
#f0aa82
Soft warnings. Travel advisories, visa notices.
Gray
#d3d1c7
Neutrals. Borders, disabled states, muted text, dividers.
02

Typography Colors

Font: Playfair Display (headings) + DM Sans (body)
H1 — Hero heading#282878 Navy · 48–52px · 700
Discover the world
H1 on dark bg#ffffff White · on navy
Explore with us
H2 — Section heading#282878 Navy · 32–36px · 600
Our top destinations
H3 — Card / sub-heading#645aaa Violet · 20–22px · 600
Bali Beach Retreat
Body text#2c2c2c Near-black · 15–16px · 400
Experience the beauty of tropical islands with our expertly curated tour packages designed for every type of traveler.
Muted / caption#888780 Gray · 13px · 400
7 days · 6 nights · Departing June 2025
Inline link#dc6e96 Rose · underline
View full itinerary →
Link — hover#282878 Navy
View full itinerary →
Link — visited#645aaa Violet
View full itinerary →
Price — highlighted#282878 Navy · Display font
$899 $699 / person Save $200
03

Buttons & CTAs

Hover over each to see state changes
Primary buttons
Secondary buttons
Accent / CTA buttons
Color reference
Primary bg: #282878 Primary hover: #1a1a5a Accent bg: #dc6e96 Accent hover: #c45a80 Disabled: #d3d1c7
05

Forms & Inputs

All field states — click to see focus ring
Border: #d3d1c7 Gray
Border: #645aaa Violet + violet ring
Please enter a valid travel date
Email address is valid
Placeholder: #d3d1c7 Light gray
06

Badges, Tags & Status

Labels, categories, ratings, availability
Category tags
Beach Honeymoon Adventure Luxury Eco-tour Family Cultural Budget
Status badges
● Available 20% Off New Editor's Pick Sold Out ⚠ Visa Required
Star ratings
★★★★★
Rating stars: #fad278 Amber
★★★★ 4.0
Unfilled star: #d3d1c7 Gray
Saved to wishlist
Wishlist heart: #dc6e96 Rose
07

Feedback & Alerts

Success, error, warning, info states
Booking confirmed!
Your reservation for Bali Beach Retreat (June 14–21) has been confirmed. Check your email for details.
Payment failed
We couldn't process your card. Please check your details and try again, or use a different payment method.
Passport expiry notice
Your passport expires within 6 months of your travel date. Some destinations may deny entry.
i
Travel tip
Pack light! Most airlines on this route allow only 20kg checked baggage. Consider buying a luggage upgrade.
Toast notification
Tour added to your wishlist!
Success bg: #edf8f2 text: #286040 Error bg: #fdeaea text: #8c1030 Warning bg: #fef8ec text: #80580a Info bg: #e8f5f5 text: #2a6060 Toast bg: #282878 Navy Modal overlay: rgba(40,40,120,0.5)
08

Travel Components

Cards, itinerary, progress, testimonial, map, footer
Tour card (hover me)
20% OFF
Beach · Luxury
Maldives Overwater Villa
7 days · ★★★★★ 5.0
Booking progress steps
Search
Select
3
Travelers
4
Payment
5
Confirm
Done: #78c896 Active: #645aaa Future: #d3d1c7
Itinerary timeline
1
Day 1 · Jun 14
Arrival in Bali
Airport pickup, hotel check-in, welcome dinner
2
Day 2 · Jun 15
Ubud Rice Terraces
Guided hike through Tegallalang, cooking class
3
Day 3 · Jun 16
Seminyak Beach Day
Free time, sunset at Tanah Lot temple
Timeline line: #fad278 Amber · Dot bg: #fef8ec
Testimonial block

The entire experience was flawless from start to finish. Our travel consultant knew exactly what we needed.

SR
Sara Rahman
Dhaka, Bangladesh
★★★★★
Block bg: #f5f5fb · Quote mark: #645aaa Violet · Avatar: #645aaa
Map pin
Bali
Maldives
Colombo
Map pin: #dc6e96 Rose + white border
Footer
09

CSS Variables

Copy and paste into your stylesheet
/* ── Paste this into your :root {} ── */

/* Brand Core */
--navy: #282878;
--navy-dark: #1a1a5a;
--navy-tint: #f5f5fb;
--navy-light: #e8e8f5;
--navy-mid: #a0a0c8;

--violet: #645aaa;
--violet-dark: #4a4288;
--violet-tint: #eeecf8;

--rose: #dc6e96;
--rose-dark: #c45a80;
--rose-deeper: #8c3060;
--rose-tint: #fbedf3;

--teal: #6eb4b4;
--teal-dark: #2a6060;
--teal-tint: #e8f5f5;

--mint: #78c896;
--mint-dark: #286040;
--mint-tint: #edf8f2;

--amber: #fad278;
--amber-dark: #80580a;
--amber-tint: #fef8ec;

--peach: #f0aa82;
--peach-dark: #904820;
--peach-tint: #fef3ec;

/* Neutrals */
--white: #ffffff;
--gray-100: #f5f4f0;
--gray-200: #d3d1c7;
--gray-400: #888780;
--gray-600: #5f5e5a;
--near-black: #2c2c2c;

/* Semantic */
--success: #78c896; --success-bg: #edf8f2; --success-text: #286040;
--error: #dc3050; --error-bg: #fdeaea; --error-text: #8c1030;
--warning: #fad278; --warning-bg: #fef8ec; --warning-text: #80580a;
--info: #6eb4b4; --info-bg: #e8f5f5; --info-text: #2a6060;
10

Quick Reference Table

All 54 elements at a glance
Element Color Hex Notes
Typography
H1 Hero headingNavy#282878Playfair Display, 48–52px, bold
H2 Section headingNavy#282878Playfair Display, 32–36px
H3 Card headingViolet#645aaaPlayfair Display, 20–22px
Body textNear-black#2c2c2cDM Sans, 15–16px, regular
Muted / caption textGray 400#88878013px, dates, metadata
Placeholder textGray 200#d3d1c7Inside empty inputs
Inline link defaultRose#dc6e96Underlined
Inline link hoverNavy#282878On mouse-over
Inline link visitedViolet#645aaaAfter clicking
Buttons
Primary button bgNavy#282878"Book Now", "Get Quote"
Primary button hoverDark navy#1a1a5aOn mouse-over
Accent button bgRose#dc6e96Promo CTAs, "Special Offer"
Accent button hoverDeep rose#c45a80On mouse-over
Disabled buttonGray 200#d3d1c7Unavailable state
Navigation
Navbar backgroundNavy#282878Main top bar
Nav link hoverAmber#fad278Warm highlight
Active page indicatorRose#dc6e96Underline on current page
Dropdown backgroundDark navy#1e1e60Sub-menu panel
Dropdown item hoverViolet#645aaaRow highlight
Backgrounds
Page backgroundWhite#ffffffBase page surface
Alternate section bgCool lavender#f5f5fbAlternating section strips
Hero backgroundNavy#282878Main headline section
Footer backgroundDeep navy#1a1a5aSite footer surface
Footer textMuted lavender#a0a0c8Links and body in footer
Footer link hoverRose#dc6e96Footer links on hover
Forms
Input border defaultGray 200#d3d1c7Resting state
Input border focusViolet#645aaaActive / selected field
Input border errorRed#dc3050Validation failure
Input border successMint#78c896Valid / confirmed
Badges & Status
Promo / sale badgeRose#dc6e96"20% Off", "Limited Deal"
Star ratingsAmber#fad278Tour and hotel ratings
Available badgeMint#78c896"Spots open", "Available"
Sold out badgeGray#d3d1c7Fully booked
Wishlist heart (saved)Rose#dc6e96Filled when saved
Alerts
Success alert bgMint tint#edf8f2Text: #286040
Error alert bgRed tint#fdeaeaText: #8c1030
Warning alert bgAmber tint#fef8ecText: #80580a
Info alert bgTeal tint#e8f5f5Text: #2a6060
Toast notificationNavy#282878White text, rose left border
Travel-Specific
Price calloutNavy#282878"From $499" display
Discounted priceRose#dc6e96Sale / reduced price
Crossed-out priceGray#888780Original price struck through
Map pin / markerRose#dc6e96Destination pins on maps
Booking step — activeViolet#645aaaCurrent booking step
Booking step — doneMint#78c896Completed steps
Itinerary timelineAmber#fad278Day-by-day connector
Testimonial block bgLavender tint#f5f5fbCustomer review area
Quote mark accentViolet#645aaaLarge decorative " marks
Feature icon accentTeal#6eb4b4Plane, hotel, luggage icons
Divider lineGray 200#d3d1c7Horizontal section separators