This repository has been archived on 2023-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
bluesky-bootstrap-theme/scss/_palette.scss

21 lines
473 B
SCSS

$color-blue: #4e63c9;
$color-violet: #ce4dcd;
$color-purple: #7951c0;
$color-red: #e33d22;
$color-orange: #eb790a;
$color-green: #75b82d;
$color-skyblue: #42a0f3;
$color-dark: #6d6d6d;
$color-light: #eeeeec;
$color-turquoise: #46bd9e;
$color-primary: $color-purple;
$color-secondary: $color-blue;
$color-warning: $color-orange;
$color-danger: $color-red;
$color-info: $color-skyblue;
$color-success: $color-green;
$color-link: $color-blue;
$color-selection: $color-blue;