Weblutions CSSLibDocs > css > Color Presets
Color Presets
This page covers all the default color presets within the CSS library which can be referenced after load. These offer basic colors along with some brands and form settings.
: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;
}
Review this page