Free CSS template · Business
Aero Solutions
A crisp, light corporate layout for services and SaaS, with a calm blue system and plenty of air.
A modern 2026 rebuild of a long-running CSS Crème template: responsive, accessible, and framework-free. Preview it below, then copy the starter.
Design tokens
Install the theme
Building with shadcn/ui? This template's color system is published as a real theme — light and dark, OKLCH tokens, contrast checked. One command drops it into your project.
npx shadcn@latest add https://csscreme.com/r/t/aero_solutions.json :root {
--background: oklch(97.5% 0.006 255.5);
--foreground: oklch(17.7% 0.011 260.6);
--card: oklch(100.0% 0.000 89.9);
--card-foreground: oklch(17.7% 0.011 260.6);
--popover: oklch(100.0% 0.000 89.9);
--popover-foreground: oklch(17.7% 0.011 260.6);
--primary: oklch(47.1% 0.228 267.5);
--primary-foreground: oklch(100.0% 0.000 89.9);
--secondary: oklch(99.1% 0.003 264.5);
--secondary-foreground: oklch(17.7% 0.011 260.6);
--muted: oklch(99.1% 0.003 264.5);
--muted-foreground: oklch(50.1% 0.025 259.2);
--accent: oklch(68.5% 0.148 237.3);
--accent-foreground: oklch(15.2% 0.009 285.3);
--destructive: oklch(62.6% 0.193 23.0);
--destructive-foreground: oklch(15.2% 0.009 285.3);
--border: oklch(81.8% 0.012 252.1);
--input: oklch(81.8% 0.012 252.1);
--ring: oklch(47.1% 0.228 267.5);
--radius: 12px;
}
.dark {
--background: oklch(18.5% 0.008 248.2);
--foreground: oklch(96.4% 0.001 286.4);
--card: oklch(25.2% 0.000 89.9);
--card-foreground: oklch(96.4% 0.001 286.4);
--popover: oklch(25.2% 0.000 89.9);
--popover-foreground: oklch(96.4% 0.001 286.4);
--primary: oklch(47.1% 0.228 267.5);
--primary-foreground: oklch(100.0% 0.000 89.9);
--secondary: oklch(23.0% 0.002 247.9);
--secondary-foreground: oklch(96.4% 0.001 286.4);
--muted: oklch(23.0% 0.002 247.9);
--muted-foreground: oklch(70.5% 0.005 258.3);
--accent: oklch(68.5% 0.148 237.3);
--accent-foreground: oklch(15.2% 0.009 285.3);
--destructive: oklch(62.6% 0.193 23.0);
--destructive-foreground: oklch(15.2% 0.009 285.3);
--border: oklch(34.8% 0.006 258.3);
--input: oklch(34.8% 0.006 258.3);
--ring: oklch(47.1% 0.228 267.5);
} Grab the starter
A complete, responsive single-file page themed to this template. Copy it into an
index.html and open it. That's the whole setup.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Aero Solutions</title>
<style>
:root {
--bg: #F4F7FB; --surface: #FFFFFF; --primary: #2742D8;
--accent: #0EA5E9; --text: #0E1116; --muted: #5B6472;
}
* { box-sizing: border-box; margin: 0; }
body { font: 16px/1.6 Inter, system-ui, sans-serif; background: var(--bg); color: var(--text); }
.wrap { max-width: 1080px; margin: 0 auto; padding: 80px 24px; }
h1 { font-size: clamp(2rem, 6vw, 3.4rem); line-height: 1.05; letter-spacing: -.02em; }
p { margin: 18px 0 0; color: var(--muted); font-size: 1.15rem; max-width: 52ch; }
.btn { display: inline-block; margin-top: 28px; padding: 13px 26px; border-radius: 12px;
background: var(--primary); color: #fff; text-decoration: none; font-weight: 600; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.card { background: var(--surface); border: 1px solid color-mix(in srgb, var(--text) 12%, transparent);
border-radius: 16px; padding: 24px; }
</style>
</head>
<body>
<main class="wrap">
<h1>Aero Solutions</h1>
<p>A crisp, light corporate layout for services and SaaS, with a calm blue system and plenty of air.</p>
<a class="btn" href="#">Get started</a>
<div class="grid">
<div class="card">One</div><div class="card">Two</div><div class="card">Three</div>
</div>
</main>
</body>
</html> About the Aero Solutions template
Aero Solutions began as one of CSS Crème's most-linked free templates. We rebuilt it from scratch for 2026: modern, responsive CSS with no framework to untangle, custom properties for every color so a rebrand takes minutes, and markup that stays readable months later. The preview above is the real layout; the starter is the real code.
Want to push it further? Pull a different palette, round the corners in the border-radius tool, or see the system decoded in a breakdown.
More business templates: Real Estate, Business Company, Business Company Blue.