Palette · dark · gradient · vibrant
Aurora
Cool teal and violet over near-black, made for gradient hero sections and glassmorphism.
Copy as
Usage system
Everything you need to wire this palette into a real project, not just the colors.
CSS variables
:root {
--color-bg: #0E0B1A;
--color-surface: #1B1530;
--color-primary: #3FD0C9;
--color-accent: #A06BFF;
--color-text: #F1ECFF;
--color-muted: #9489B8;
} Tailwind config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
bg: '#0E0B1A',
surface: '#1B1530',
primary: '#3FD0C9',
accent: '#A06BFF',
text: '#F1ECFF',
muted: '#9489B8',
},
},
},
}; Font pairing Space Grotesk / heading · Inter / body
Corner radius 16px
Spacing scale 4px base · 4 / 8 / 12 / 16 / 24 / 40
In context
New
Build better, faster
A card, a heading, a button and a hint of text — the palette doing real work.
Found one you like? Pair it with a template, generate a matching background in the gradient generator, or browse all palettes.