xref: /webtrees/resources/css/colors/tealtop.css (revision d11be7027e34e3121be11cc025421873364403f9)
1e837ff07SGreg Roach/**
2e837ff07SGreg Roach * webtrees: online genealogy
3*d11be702SGreg Roach * Copyright (C) 2023 webtrees development team
4e837ff07SGreg Roach * This program is free software: you can redistribute it and/or modify
5e837ff07SGreg Roach * it under the terms of the GNU General Public License as published by
6e837ff07SGreg Roach * the Free Software Foundation, either version 3 of the License, or
7e837ff07SGreg Roach * (at your option) any later version.
8e837ff07SGreg Roach * This program is distributed in the hope that it will be useful,
9e837ff07SGreg Roach * but WITHOUT ANY WARRANTY; without even the implied warranty of
10e837ff07SGreg Roach * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11e837ff07SGreg Roach * GNU General Public License for more details.
12e837ff07SGreg Roach * You should have received a copy of the GNU General Public License
13ad3143ccSGreg Roach * along with this program. If not, see <https://www.gnu.org/licenses/>.
14e837ff07SGreg Roach */
15e837ff07SGreg Roach
16af7b1f13SGreg Roach/* Teal Top Palette */
17e837ff07SGreg Roach
18af7b1f13SGreg Roach:root {
19af7b1f13SGreg Roach    --color-1: #34775a;
20af7b1f13SGreg Roach    --color-2: #52bf90;
21af7b1f13SGreg Roach    --color-3: #51b389;
22af7b1f13SGreg Roach    --color-4: #d2f4e6;
23af7b1f13SGreg Roach    --color-5: #ffffff;
24af7b1f13SGreg Roach    --color-6: #ffffff;
25e837ff07SGreg Roach}
26