xarxaprod-wp-theme/sass/abstracts/variables/_colors.scss

65 lines
1.9 KiB
SCSS

$color__xxp-black: #000000;
$color__xxp-black-rgb: rgb(0,0,0);
$color__xxp-white: #ffffff;
$color__xxp-white-rgb: rgb(255,255,255);
$color__xxp-red: #f27173;
$color__xxp-red-rgb: rgb(242,113,115);
$color__xxp-yellow: #f6cc4c;
$color__xxp-yellow-rgb: rgb(246,204,076);
$color__xxp-green: #84c779;
$color__xxp-green-rgb: rgb(132,199,121);
$color__xxp-cyan: #61cae4;
$color__xxp-cyan-rgb: rgb(97,202,228);
$color__xxp-lila: #de7fb4;
$color__xxp-lila-rgb: rgb(222,127,180);
$color__xxp-pink: #f58b77;
$color__xxp-pink-rgb: rgb(245,139,119);
$color__xxp-violet: #5859a7;
$color__xxp-violet-rgb: rgb(88,89,167);
$color__white: #fff;
$color__white-dark: #fdfdfd;
$color__white-transparent: rgba(255,255,255,0.95);
$color__grey-lighter: #eee;
$color__grey-light: #ccc;
$color__grey-dark: #666;
$color__black-light: #333;
$color__black-grey: #111;
$color__black: #000;
$color__black-transparent: rgba(0,0,0,0.95);
$color__orange: #ff8d76;
$color__yellow: #f6cc4c;
$color__pink: #f877c3;
$color__blue: #5c31ff;
$color__lightblue: #5bcee8;
$color__green: #69ed82;
$color__red: #ff686e;
$color__background-body: none;
$color__background-screen: none;
$color__background-hr: $color__black;
$color__background-button: $color__black;
$color__background-pre: $color__grey-lighter;
$color__background-ins: $color__white-dark;
$color__background-input: transparent;
$color__text-screen: $color__black;
$color__text-input: $color__black-grey;
$color__text-input-focus: $color__black;
$color__link: $color__black;
$color__link-visited: $color__link;
$color__link-hover: $color__black-light;
$color__text-main: $color__black;
$color__border-button: $color__black;
$color__border-button-hover: $color__black-grey;
$color__border-button-focus: $color__black-light;
$color__border-input: $color__black;
$color__border-abbr: $color__grey-dark;
//other
$border__radius: 0.2rem;
$border__line: 0.05rem solid $color__black;
$box__shadow: 0 3px 10px rgba(0,0,0,0.2);