diff --git a/404.html b/404.html
index 4c7a3b658..47b17e793 100644
--- a/404.html
+++ b/404.html
@@ -237,6 +237,8 @@
Yelp
#C41200
Jenkins
#D24939
Laravel
#E74430
+
+Gmail
#D14836
Everplaces
#FA4B32
Sentry
#FB4226
GitLab
#E24329
@@ -262,8 +264,8 @@
Origin
#F56C2D
Etsy
#F45800
Discover
#FF6000
-Monero
#FF6600
Draugiem.lv
#FF6600
+Monero
#FF6600
Odnoklassniki
#F4731C
Stack Overflow
#FE7A16
Twoo
#FF7102
diff --git a/colour-variables.css b/colour-variables.css
index 055006168..00c59ce71 100644
--- a/colour-variables.css
+++ b/colour-variables.css
@@ -85,6 +85,7 @@
--color-brand-gitlab: #E24329;
--color-brand-gitter: #FF0064;
--color-brand-glassdoor: #7CB228;
+ --color-brand-gmail: #D14836;
--color-brand-goldenline: #FBBF00;
--color-brand-goodreads: #663300;
--color-brand-google: #4285F4;
diff --git a/colour-variables.less b/colour-variables.less
index 12b1c31fc..1a72843f4 100644
--- a/colour-variables.less
+++ b/colour-variables.less
@@ -84,6 +84,7 @@
@color-brand-gitlab: #E24329;
@color-brand-gitter: #FF0064;
@color-brand-glassdoor: #7CB228;
+@color-brand-gmail: #D14836;
@color-brand-goldenline: #FBBF00;
@color-brand-goodreads: #663300;
@color-brand-google: #4285F4;
diff --git a/colour-variables.scss b/colour-variables.scss
index 213a4f231..8d9cd3523 100644
--- a/colour-variables.scss
+++ b/colour-variables.scss
@@ -84,6 +84,7 @@ $color-brand-github: #181717;
$color-brand-gitlab: #E24329;
$color-brand-gitter: #FF0064;
$color-brand-glassdoor: #7CB228;
+$color-brand-gmail: #D14836;
$color-brand-goldenline: #FBBF00;
$color-brand-goodreads: #663300;
$color-brand-google: #4285F4;
diff --git a/icons/gmail.svg b/icons/gmail.svg
new file mode 100644
index 000000000..fa3774b17
--- /dev/null
+++ b/icons/gmail.svg
@@ -0,0 +1 @@
+
diff --git a/index.html b/index.html
index 4c7a3b658..47b17e793 100644
--- a/index.html
+++ b/index.html
@@ -237,6 +237,8 @@
Yelp
#C41200
Jenkins
#D24939
Laravel
#E74430
+
+Gmail
#D14836
Everplaces
#FA4B32
Sentry
#FB4226
GitLab
#E24329
@@ -262,8 +264,8 @@
Origin
#F56C2D
Etsy
#F45800
Discover
#FF6000
-Monero
#FF6600
Draugiem.lv
#FF6600
+Monero
#FF6600
Odnoklassniki
#F4731C
Stack Overflow
#FE7A16
Twoo
#FF7102
diff --git a/src/simple-icons.json b/src/simple-icons.json
index 87de630ea..c5ff39f16 100644
--- a/src/simple-icons.json
+++ b/src/simple-icons.json
@@ -425,6 +425,11 @@
"hex": "7CB228",
"source": "http://www.glassdoor.com/press/images"
},
+ {
+ "title": "Gmail",
+ "hex": "D14836",
+ "source": "https://material.io/guidelines/resources/sticker-sheets-icons.html#sticker-sheets-icons-components"
+ },
{
"title": "GoldenLine",
"hex": "FBBF00",