Welcome to mirror list, hosted at ThFree Co, Russian Federation.

origin-colors.scss « themes « sass « assets - github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 721f0deee5099bd3e2e340ae69c1acec778187ef (plain)
1
2
3
4
5
6
7
8
9
10
// https://coolors.co/1e1e1e-4e6b6c-f7f7f7-ffffff-da784d

$primary-fg-color: #212121;
$primary-bg-color: #FFFFFF;
$button-bg-color: #4E6B6C;
$secondary-bg-color: #F7F7F7;
$accent-color:#DA784D;
$alt-text-color: #757575;

@import "color-map-light";