diff --git a/ui/components/app/flask/snap-remove-warning/index.scss b/ui/components/app/flask/snap-remove-warning/index.scss
index cd7a17016..c2a561dad 100644
--- a/ui/components/app/flask/snap-remove-warning/index.scss
+++ b/ui/components/app/flask/snap-remove-warning/index.scss
@@ -1,5 +1,5 @@
.snap-remove-warning {
- color: var(--black);
+ color: var(--color-text-default);
&__footer-button {
height: 40px;
diff --git a/ui/components/ui/color-indicator/color-indicator.scss b/ui/components/ui/color-indicator/color-indicator.scss
index ebd1b4668..b8bc064a9 100644
--- a/ui/components/ui/color-indicator/color-indicator.scss
+++ b/ui/components/ui/color-indicator/color-indicator.scss
@@ -49,7 +49,7 @@ $sizes: (
background-color: var($color);
}
& #{$self}__icon {
- color: var(--black);
+ color: var(--color-icon-default);
}
}
}
diff --git a/ui/components/ui/url-icon/index.scss b/ui/components/ui/url-icon/index.scss
index 4f173304d..7753d667e 100644
--- a/ui/components/ui/url-icon/index.scss
+++ b/ui/components/ui/url-icon/index.scss
@@ -3,7 +3,7 @@
height: 24px;
background-position: center;
border-radius: 50%;
- background-color: var(--white);
+ background-color: var(--color-background-default);
box-shadow: 0 2px 4px 0 rgba($black, 0.24);
flex: 0 0 auto;
-moz-animation: fadein 1s;
diff --git a/ui/css/utilities/colors.scss b/ui/css/utilities/colors.scss
index 3cb73e56f..039c436ef 100644
--- a/ui/css/utilities/colors.scss
+++ b/ui/css/utilities/colors.scss
@@ -21,10 +21,6 @@
/* Deprecated colors */
:root {
- --white: #fff;
- --black: #000;
- --gray: #808080;
-
/*
Colors
http://chir.ag/projects/name-that-color
diff --git a/ui/pages/first-time-flow/seed-phrase/reveal-seed-phrase/index.scss b/ui/pages/first-time-flow/seed-phrase/reveal-seed-phrase/index.scss
index 6ecf96d4d..f000930cc 100644
--- a/ui/pages/first-time-flow/seed-phrase/reveal-seed-phrase/index.scss
+++ b/ui/pages/first-time-flow/seed-phrase/reveal-seed-phrase/index.scss
@@ -48,7 +48,7 @@
&__reveal-button {
@include H7;
- color: var(--white);
+ color: var(--color-overlay-inverse);
font-weight: 500;
text-transform: uppercase;
margin-top: 8px;
diff --git a/ui/pages/first-time-flow/seed-phrase/reveal-seed-phrase/reveal-seed-phrase.component.js b/ui/pages/first-time-flow/seed-phrase/reveal-seed-phrase/reveal-seed-phrase.component.js
index 1d9a47b8d..31a2f80ff 100644
--- a/ui/pages/first-time-flow/seed-phrase/reveal-seed-phrase/reveal-seed-phrase.component.js
+++ b/ui/pages/first-time-flow/seed-phrase/reveal-seed-phrase/reveal-seed-phrase.component.js
@@ -112,7 +112,11 @@ export default class RevealSeedPhrase extends PureComponent {
this.setState({ isShowingSeedPhrase: true });
}}
>
-