Colour Studio
Explore, lock and refine a palette that fits your direction.
Generator controls
Showing Space Grotesk heading with Inter body and a 5 colour palette.
Describe your colour mood
AIDescribe the colour mood you want
Colour palette
Choose a colour relationship
- #0E0E12hsl 240·13·6
- #2A2440hsl 253·28·20
- #7C5CFChsl 252·96·67
- #C9C4E0hsl 251·31·82
- #FAFAF7hsl 60·23·97
WCAG contrast on your lightest colour
on18.42AAA
on14.09AAA
on4.19AA Large
on1.61Fail
Ready when you are.
Copy your fonts and colours into your website, or share them with whoever is building it.
- CSS variables
- Font stacks
- Google Fonts reference
- Colour values
:root {
--color-1: #0E0E12;
--color-2: #2A2440;
--color-3: #7C5CFC;
--color-4: #C9C4E0;
--color-5: #FAFAF7;
--font-heading: "Space Grotesk", sans-serif;
--font-body: "Inter", sans-serif;
--font-accent: "JetBrains Mono", monospace;
}