Project

General

Profile

1
:root {
2
  --contrast-color: white;
3
  --theme-primary-color: #222080;
4
  --theme-secondary-color: #4686e5;
5
  --theme-primary-color-rgb: 34,31,128;
6
  --theme-secondary-color-rgb: 70,134,229;
7
  --openaire-main-color: #313179;
8
  --explore-portal-color: #D95F2D;
9
  --provide-portal-color: #37C7E9;
10
  --monitor-portal-color: #8DCA26;
11
  --connect-portal-color: #EBB13E;
12
  --develop-portal-color: #DA65AB;
13
  --explore-portal-lower-tone: #a0462c;
14
  --provide-portal-lower-tone: #3A8FA3;
15
  --monitor-portal-lower-tone: #7c9144;
16
  --connect-portal-lower-tone: #b48536;
17
  --develop-portal-lower-tone: #9f4e7e;
18
}
(20-20/20)