Weblutions CSSLibDocs > Setup > Color Presets

Color Presets

These are the root color presets that are in the CSS library which can be modified by re-calling the property in a later loaded file.

:root {
    --blue: #072535;
    --blueHover: #0c4c6e;
    --red: #720c1b;
    --redHover: #d1213b;
    --green: #0c7211;
    --greenHover: #44d121;
    --orange: #72460c;
    --orangeHover: #d17021;
    --text: #ffffff;

    /* Brands */
    --discord: rgba(88, 101, 242, 0.4);
    --discordHover: rgba(88, 101, 242, 0.8);
    --google: rgba(28, 163, 97, 0.4);
    --googleHover: rgba(28, 163, 97, 0.8);
    --github: rgba(6, 6, 6, 0.4);
    --githubHover: rgba(6, 6, 6, 0.8);

    --formbg: #292a2d;
    --formborder: #4d4d4d;
    --formfocus: #44d121;

    --searchHover: #4d4d4d;
}


Suggest an edit

Review this page

faxes