Categories:

Technical & Business

color, palette, system, design, tokens

Jan 30, 2025

Color System & Palette

Primary Colors

/* Core Brand Colors */
--color-black: rgb(18, 18, 18);        /* Primary background */
--color-bg: rgb(0, 0, 0);              /* Deep background */
--color-white: rgb(246, 246, 246);     /* Primary text */
--color-white-pure: rgb(255, 255, 255); /* Pure white accents */

/* Gray Scale */
--color-gray-1: rgb(136, 136, 136);    /* Light gray text */
--color-gray-2: rgb(61, 61, 61);       /* Medium gray */
--color-gray-3: rgb(28, 28, 28);       /* Dark gray backgrounds */

Color Usage Guidelines

Background Colors

  • Primary Background: rgb(0, 0, 0) - Main page background

  • Card Background: rgb(8, 8, 8) - Article cards, components

  • Secondary Background: rgb(15, 15, 15) - Tags, metadata containers

  • Elevated Background: rgb(18, 18, 18) - Headers, navigation

FOOTER
[ CYA ]
© DEMOS. All rights reserved 2025