Core Neutral
Hemp Beige
Backgrounds
Cards
Texture overlays
Copy/paste into your codebase. Variables below mirror this sheet.
:root {
--hemp-beige: #E4DFD4;
--stone-gray: #B8B6AF;
--indigo-deep: #2C2F64;
--gold-sand: #C9A66B;
--fresh-teal: #38E2B5;
--charcoal-black: #1C1C1C;
--off-white: #F8F6F2;
}
$hempin-colors: (
hemp-beige: #E4DFD4,
stone-gray: #B8B6AF,
indigo-deep: #2C2F64,
gold-sand: #C9A66B,
fresh-teal: #38E2B5,
charcoal-black: #1C1C1C,
off-white: #F8F6F2
);
{
"hemp-beige": "#E4DFD4",
"stone-gray": "#B8B6AF",
"indigo-deep": "#2C2F64",
"gold-sand": "#C9A66B",
"fresh-teal": "#38E2B5",
"charcoal-black": "#1C1C1C",
"off-white": "#F8F6F2"
}