Travel Adventure
An adventurous travel palette with oceanic blues and sunset warmth. Evokes wanderlust and the excitement of discovering new destinations.
Color Breakdown
Role
background
Name
White
Hex
#ffffff
Tailwind
bg-white
Role
surface
Name
Sky 500
Hex
#0ea5e9
Tailwind
bg-sky-500
Role
primary
Name
Blue 600
Hex
#2563eb
Tailwind
text-blue-600
Role
secondary
Name
Slate 500
Hex
#64748b
Tailwind
text-slate-500
Role
accent
Name
Orange 500
Hex
#f97316
Tailwind
bg-orange-500
Live Preview
Welcome Back
This is a live preview of the Travel Adventure color scheme applied to a sample card component. See how the colors work together in a realistic UI context.
Design Rationale
“Sky and blue tones evoke oceans and clear skies, core travel imagery. Orange accents recall sunsets and adventure, driving booking urgency.
Use Cases
CSS Variables
:root {
--background: #ffffff;
--surface: #0ea5e9;
--primary: #2563eb;
--secondary: #64748b;
--accent: #f97316;
}Tailwind Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'travel-adventure': {
'background': '#ffffff', // bg-white
'surface': '#0ea5e9', // bg-sky-500
'primary': '#2563eb', // text-blue-600
'secondary': '#64748b', // text-slate-500
'accent': '#f97316', // bg-orange-500
},
},
},
},
};Related Color Schemes
Healthcare Clean
A clean and trustworthy palette designed for healthcare applications. Light backgrounds with calming blues inspire confidence and clarity.
Healthcare Modern
A modern healthcare palette blending deep indigo with fresh teal accents. Ideal for innovative health-tech platforms seeking a contemporary feel.
Fintech Trust
A trustworthy fintech palette built on deep navy and professional grays. Designed to communicate security and financial reliability.
Fintech Bold
A bold fintech palette that breaks convention with vibrant violet and sharp contrasts. Perfect for disruptive financial startups.
Ecommerce Warm
A warm and inviting ecommerce palette that encourages browsing and purchasing. Soft backgrounds with orange accents create urgency without pressure.
Ecommerce Luxury
A luxurious ecommerce palette featuring deep backgrounds and gold accents. Designed for premium brands and high-end product showcases.
Build with This Scheme
Use our palette generator to customize and extend this color scheme for your project.
Open Palette Generator