Cool Modern
A cool and modern palette with steel blues and sharp contrasts. Projects contemporary sophistication and forward-thinking design.
Color Breakdown
Role
background
Name
White
Hex
#ffffff
Tailwind
bg-white
Role
surface
Name
Slate 50
Hex
#f8fafc
Tailwind
bg-slate-50
Role
primary
Name
Slate 900
Hex
#0f172a
Tailwind
text-slate-900
Role
secondary
Name
Slate 500
Hex
#64748b
Tailwind
text-slate-500
Role
accent
Name
Blue 500
Hex
#3b82f6
Tailwind
bg-blue-500
Live Preview
Welcome Back
This is a live preview of the Cool Modern color scheme applied to a sample card component. See how the colors work together in a realistic UI context.
Design Rationale
“Cool slate tones create a sleek, no-nonsense modern foundation. Blue accents provide just enough color to feel contemporary and interactive.
Use Cases
CSS Variables
:root {
--background: #ffffff;
--surface: #f8fafc;
--primary: #0f172a;
--secondary: #64748b;
--accent: #3b82f6;
}Tailwind Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'cool-modern': {
'background': '#ffffff', // bg-white
'surface': '#f8fafc', // bg-slate-50
'primary': '#0f172a', // text-slate-900
'secondary': '#64748b', // text-slate-500
'accent': '#3b82f6', // bg-blue-500
},
},
},
},
};Related Color Schemes
Healthcare Modern
A modern healthcare palette blending deep indigo with fresh teal accents. Ideal for innovative health-tech platforms seeking a contemporary feel.
SaaS Modern
A sleek modern SaaS palette with vibrant indigo and clean grays. Built for dashboards, landing pages, and product interfaces.
Calm Serene
A serene and calming palette with soft blues and muted backgrounds. Designed to reduce visual stress and promote tranquility.
Energetic Bold
A bold and energetic palette with vivid reds and bright accents. Designed to excite, motivate, and drive immediate action.
Professional Corporate
A polished corporate palette with conservative blues and structured grays. Conveys reliability, competence, and business credibility.
Playful Fun
A fun and playful palette bursting with cheerful colors. Designed to make users smile and create a lighthearted experience.
Build with This Scheme
Use our palette generator to customize and extend this color scheme for your project.
Open Palette Generator