SVG backgrounds used in some mathconf.org sites. To generate them I use svgpattern.
> svgpattern 'primer' > primer.svg
div.header {
background-color:#366b9c;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/primer.svg);
}
> svgpattern 'acqua2021' > acqua2021.svg
div.header {
background-color:#336740;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/acqua2021.svg);
}
div.header:after {
display:none;
}
> svgpattern 'jlpp2020' > jlpp2020.svg
div.header {
background-color:#7c3f51;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/jlpp2020.svg);
}
div.header:after {
display:none;
}
> svgpattern 'sgd2021' > sgd2021.svg
div.header {
background-color:#333f7a;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/sgd2021.svg);
}
div.header:after {
display:none;
}
> svgpattern 'caic2022' > caic2022.svg
div.header {
background-color:#31516c;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/caic2022.svg);
}
div.header:after {
display:none;
}
> svgpattern 'polyar2022' > polyar2022.svg
div.header {
background-color:#663d8e;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/polyar2022.svg);
}
div.header:after {
display:none;
}
> svgpattern 'falille2022' > falille2022.svg
div.header {
background-color:#5c6a33;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/falille2022.svg);
}
div.header:after {
display:none;
}
> svgpattern 'ciae-marseille2021' > ciae-marseille2021.svg
div.header {
background-color:#326e44;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/ciae-marseille2021.svg);
}
div.header:after {
display:none;
}
> svgpattern 'jcn2022' > jcn2022.svg
div.header {
background-color:#4e3170;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/jcn2022.svg);
}
div.header:after {
display:none;
}
> svgpattern 'gdrafhp-calais2022' > gdrafhp-calais2022.svg
div.header {
background-color:#496935;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/gdrafhp-calais2022.svg);
}
div.header:after {
display:none;
}
> svgpattern 'qtg2022' > qtg2022.svg
div.header {
background-color:#3f8b54;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/qtg2022.svg);
}
div.header:after {
display:none;
}
> svgpattern 'app-gvl-spring2022' > app-gvl-spring2022.svg
div.header {
background-color:#3a7572;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/app-gvl-spring2022.svg);
}
div.header:after {
display:none;
}
> svgpattern 'jlpp2022' > jlpp2022.svg
div.header {
background-color:#727a39;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/jlpp2022.svg);
}
div.header:after {
display:none;
}
> svgpattern 'mdde2023' > mdde2023.svg
div.header {
background-color:#37663f;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/mdde2023.svg);
}
div.header:after {
display:none;
}
> svgpattern 'ssgd2023' > ssgd2023.svg
div.header {
background-color:#718040;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/ssgd2023.svg);
}
div.header:after {
display:none;
}
> svgpattern 'hsrpp2023' > hsrpp2023.svg
div.header {
background-color:#834145;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/hsrpp2023.svg);
}
div.header:after {
display:none;
}
> svgpattern 'seme2023' > seme2023.svg
div.header {
background-color:#606f36;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/seme2023.svg);
}
div.header:after {
display:none;
}
> svgpattern 'app-gvl-spring2023' > app-gvl-spring2023.svg
div.header {
background-color:#7c3b72;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/app-gvl-spring2023.svg);
}
div.header:after {
display:none;
}
> svgpattern 'mbekhta2023' > mbekhta2023.svg
div.header {
background-color:#816d3d;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/mbekhta2023.svg);
}
div.header:after {
display:none;
}
> svgpattern 'app-gvl-summer2023' > app-gvl-summer2023.svg
div.header {
background-color:#804838;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/app-gvl-summer2023.svg);
}
div.header:after {
display:none;
}
> svgpattern 'otlille2023' > otlille2023.svg
div.header {
background-color:#363f74;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/otlille2023.svg);
}
div.header:after {
display:none;
}
> svgpattern 'hist-lille2023' > hist-lille2023.svg
div.header {
background-color:#6d3462;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/hist-lille2023.svg);
}
div.header:after {
display:none;
}
> svgpattern 'mtvfa2024' > mtvfa2024.svg
div.header {
background-color:#573780;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/mtvfa2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'app-gvl-winter2024' > app-gvl-winter2024.svg
div.header {
background-color:#387b4b;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/app-gvl-winter2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'agqt2024' > agqt2024.svg
div.header {
background-color:#537433;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/agqt2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'jlpp2024' > jlpp2024.svg
div.header {
background-color:#763a56;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/jlpp2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'app-gvl-autumn2024' > app-gvl-autumn2024.svg
div.header {
background-color:#463c7c;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/app-gvl-autumn2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'jcn2024' > jcn2024.svg
div.header {
background-color:#774060;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/jcn2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'hsngqa2024' > hsngqa2024.svg
div.header {
background-color:#417b6c;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/hsngqa2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'mathsecu2024' > mathsecu2024.svg
div.header {
background-color:#84563c;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/mathsecu2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'app-gvl-summer2024' > app-gvl-summer2024.svg
div.header {
background-color:#703c6e;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/app-gvl-summer2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'lfunc2024' > lfunc2024.svg
div.header {
background-color:#696835;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/lfunc2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'alfiitr2024' > alfiitr2024.svg
div.header {
background-color:#343667;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/alfiitr2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'cdcg2024' > cdcg2024.svg
div.header {
background-color:#397649;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/cdcg2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'cgdp2024' > cgdp2024.svg
div.header {
background-color:#626f38;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/cgdp2024.svg);
}
div.header:after {
display:none;
}
> svgpattern 'mhs2025' > mhs2025.svg
div.header {
background-color:#844374;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/mhs2025.svg);
}
div.header:after {
display:none;
}
> svgpattern 'app-gvl-winter2024b' > app-gvl-winter2024b.svg
div.header {
background-color:#418481;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/app-gvl-winter2024b.svg);
}
div.header:after {
display:none;
}
> svgpattern 'itrpg2025' > itrpg2025.svg
div.header {
background-color:#6f6738;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/itrpg2025.svg);
}
div.header:after {
display:none;
}
> svgpattern 'antaf2025' > antaf2025.svg
div.header {
background-color:#68385b;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/antaf2025.svg);
}
div.header:after {
display:none;
}
> svgpattern 'gsald2025' > gsald2025.svg
div.header {
background-color:#3e7582;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/gsald2025.svg);
}
div.header:after {
display:none;
}
> svgpattern 'gass2025' > gass2025.svg
div.header {
background-color:#376935;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/gass2025.svg);
}
div.header:after {
display:none;
}
> svgpattern 'ddeaaga2025' > ddeaaga2025.svg
div.header {
background-color:#763678;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/ddeaaga2025.svg);
}
div.header:after {
display:none;
}
> svgpattern 'lilloises2025' > lilloises2025.svg
div.header {
background-color:#3d795f;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/lilloises2025.svg);
}
div.header:after {
display:none;
}
> svgpattern 'agqt2025' > agqt2025.svg
div.header {
background-color:#6d384b;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/agqt2025.svg);
}
div.header:after {
display:none;
}
> svgpattern 'snatg2026' > snatg2026.svg
div.header {
background-color: #448578;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/snatg2026.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #448578;
}
.nav a {
color: #448578;
}
> svgpattern 'app-gvl-winter2025' > app-gvl-winter2025.svg
div.header {
background-color: #837d3b;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/app-gvl-winter2025.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #837d3b;
}
.nav a {
color: #837d3b;
}
> svgpattern 'nag2025' > nag2025.svg
div.header {
background-color: #50376a;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/nag2025.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #50376a;
}
.nav a {
color: #50376a;
}
> svgpattern 'app-gvl-summer2025' > app-gvl-summer2025.svg
div.header {
background-color: #364270;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/app-gvl-summer2025.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #364270;
}
.nav a {
color: #364270;
}
> svgpattern 'data-autumn2025' > data-autumn2025.svg
div.header {
background-color: #3b864e;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/data-autumn2025.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #3b864e;
}
.nav a {
color: #3b864e;
}
> svgpattern 'agisaf2025' > agisaf2025.svg
div.header {
background-color: #3b5382;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/agisaf2025.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #3b5382;
}
.nav a {
color: #3b5382;
}
> svgpattern 'cgd2025' > cgd2025.svg
div.header {
background-color: #754835;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/cgd2025.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #754835;
}
.nav a {
color: #754835;
}
> svgpattern 'qsdp2025' > qsdp2025.svg
div.header {
background-color: #6b8545;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/qsdp2025.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #6b8545;
}
.nav a {
color: #6b8545;
}
> svgpattern 'mbe2025' > mbe2025.svg
div.header {
background-color: #446f3b;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/mbe2025.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #446f3b;
}
.nav a {
color: #446f3b;
}
> svgpattern 'algstat2026' > algstat2026.svg
div.header {
background-color: #703c6e;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/algstat2026.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #703c6e;
}
.nav a {
color: #703c6e;
}
> svgpattern 'giq2026' > giq2026.svg
div.header {
background-color: #4c4483;
background-image:
linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
url(https://mathconf.github.io/backgrounds/giq2026.svg);
}
div.header:after {
display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
background-color: #4c4483;
}
.nav a {
color: #4c4483;
}