diff --git a/src/imports/materiallib/designer/AluminumBrushedMaterialSection.qml b/src/imports/materiallib/designer/AluminumBrushedMaterialSection.qml
index 45d6a1c50b0548004d374594e18545a4fa988a17..71530438efa4df439e95a063c8c53f33b1034fa9 100644
--- a/src/imports/materiallib/designer/AluminumBrushedMaterialSection.qml
+++ b/src/imports/materiallib/designer/AluminumBrushedMaterialSection.qml
@@ -30,6 +30,7 @@
 import QtQuick 2.15
 import HelperWidgets 2.0
 import QtQuick.Layouts 1.12
+import StudioTheme 1.0 as StudioTheme
 
 Column {
     id: materialRoot
@@ -215,6 +216,7 @@ Column {
                         Label {
                             text: qsTr("X")
                             width: materialRoot.labelWidth
+                            color: StudioTheme.Values.theme3DAxisXColor
                         }
                         SpinBox {
                             maximumValue: 100
@@ -231,6 +233,7 @@ Column {
                         Label {
                             text: qsTr("Y")
                             width: materialRoot.labelWidth
+                            color: StudioTheme.Values.theme3DAxisYColor
                         }
                         SpinBox {
                             maximumValue: 100
@@ -247,6 +250,7 @@ Column {
                         Label {
                             text: qsTr("Z")
                             width: materialRoot.labelWidth
+                            color: StudioTheme.Values.theme3DAxisZColor
                         }
                         SpinBox {
                             maximumValue: 100
diff --git a/src/imports/materiallib/designer/AluminumEmissiveMaterialSection.qml b/src/imports/materiallib/designer/AluminumEmissiveMaterialSection.qml
index 7232597e640cd57d914c29bfe377ce1da08b00c0..87b2bfe50513322f05ec027742fd17798db53244 100644
--- a/src/imports/materiallib/designer/AluminumEmissiveMaterialSection.qml
+++ b/src/imports/materiallib/designer/AluminumEmissiveMaterialSection.qml
@@ -30,6 +30,7 @@
 import QtQuick 2.15
 import HelperWidgets 2.0
 import QtQuick.Layouts 1.12
+import StudioTheme 1.0 as StudioTheme
 
 Column {
     id: materialRoot
@@ -161,6 +162,7 @@ Column {
                     Label {
                         text: qsTr("X")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisXColor
                     }
                     SpinBox {
                         maximumValue: 1
@@ -178,6 +180,7 @@ Column {
                     Label {
                         text: qsTr("Y")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisYColor
                     }
                     SpinBox {
                         maximumValue: 1
@@ -195,6 +198,7 @@ Column {
                     Label {
                         text: qsTr("Z")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisZColor
                     }
                     SpinBox {
                         maximumValue: 1
@@ -343,6 +347,7 @@ Column {
                     Label {
                         text: qsTr("X")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisXColor
                     }
                     SpinBox {
                         maximumValue: 100
@@ -359,6 +364,7 @@ Column {
                     Label {
                         text: qsTr("Y")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisYColor
                     }
                     SpinBox {
                         maximumValue: 100
@@ -375,6 +381,7 @@ Column {
                     Label {
                         text: qsTr("Z")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisZColor
                     }
                     SpinBox {
                         maximumValue: 100
diff --git a/src/imports/materiallib/designer/AluminumMaterialSection.qml b/src/imports/materiallib/designer/AluminumMaterialSection.qml
index f398cf44f921b3da74d76c2b4eda6461fa4b3757..2f338193452d1238e0b09df8b5832368f0fcca1c 100644
--- a/src/imports/materiallib/designer/AluminumMaterialSection.qml
+++ b/src/imports/materiallib/designer/AluminumMaterialSection.qml
@@ -30,6 +30,7 @@
 import QtQuick 2.15
 import HelperWidgets 2.0
 import QtQuick.Layouts 1.12
+import StudioTheme 1.0 as StudioTheme
 
 Column {
     id: materialRoot
@@ -222,6 +223,7 @@ Column {
                     Label {
                         text: qsTr("X")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisXColor
                     }
                     SpinBox {
                         maximumValue: 100
@@ -238,6 +240,7 @@ Column {
                     Label {
                         text: qsTr("Y")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisYColor
                     }
                     SpinBox {
                         maximumValue: 100
@@ -254,6 +257,7 @@ Column {
                     Label {
                         text: qsTr("Z")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisZColor
                     }
                     SpinBox {
                         maximumValue: 100
diff --git a/src/imports/materiallib/designer/FrostedGlassMaterialSection.qml b/src/imports/materiallib/designer/FrostedGlassMaterialSection.qml
index 1aefec08512a56819f1ef9119ef347b48dbf6528..65b1f6c19d47e10065c79c4014885bd2203a168c 100644
--- a/src/imports/materiallib/designer/FrostedGlassMaterialSection.qml
+++ b/src/imports/materiallib/designer/FrostedGlassMaterialSection.qml
@@ -30,6 +30,7 @@
 import QtQuick 2.15
 import HelperWidgets 2.0
 import QtQuick.Layouts 1.12
+import StudioTheme 1.0 as StudioTheme
 
 Column {
     id: materialRoot
@@ -211,6 +212,7 @@ Column {
                     Label {
                         text: qsTr("X")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisXColor
                     }
                     SpinBox {
                         maximumValue: 10000
@@ -228,6 +230,7 @@ Column {
                     Label {
                         text: qsTr("Y")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisYColor
                     }
                     SpinBox {
                         maximumValue: 10000
@@ -245,6 +248,7 @@ Column {
                     Label {
                         text: qsTr("Z")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisZColor
                     }
                     SpinBox {
                         maximumValue: 10000
diff --git a/src/imports/materiallib/designer/FrostedGlassSinglePassMaterialSection.qml b/src/imports/materiallib/designer/FrostedGlassSinglePassMaterialSection.qml
index bd9a03c26381fb8ee49085ff2903d396090e89ba..9d9e1062d0dc507edfb672239e954ba2e9ba26d9 100644
--- a/src/imports/materiallib/designer/FrostedGlassSinglePassMaterialSection.qml
+++ b/src/imports/materiallib/designer/FrostedGlassSinglePassMaterialSection.qml
@@ -30,6 +30,7 @@
 import QtQuick 2.15
 import HelperWidgets 2.0
 import QtQuick.Layouts 1.12
+import StudioTheme 1.0 as StudioTheme
 
 Column {
     id: materialRoot
@@ -162,6 +163,7 @@ Column {
                     Label {
                         text: qsTr("X")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisXColor
                     }
                     SpinBox {
                         maximumValue: 10000
@@ -179,6 +181,7 @@ Column {
                     Label {
                         text: qsTr("Y")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisYColor
                     }
                     SpinBox {
                         maximumValue: 10000
@@ -196,6 +199,7 @@ Column {
                     Label {
                         text: qsTr("Z")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisZColor
                     }
                     SpinBox {
                         maximumValue: 10000
@@ -319,6 +323,7 @@ Column {
                     Label {
                         text: qsTr("X")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisXColor
                     }
                     SpinBox {
                         maximumValue: 10000
@@ -336,6 +341,7 @@ Column {
                     Label {
                         text: qsTr("Y")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisYColor
                     }
                     SpinBox {
                         maximumValue: 10000
@@ -353,6 +359,7 @@ Column {
                     Label {
                         text: qsTr("Z")
                         width: materialRoot.labelWidth
+                        color: StudioTheme.Values.theme3DAxisZColor
                     }
                     SpinBox {
                         maximumValue: 10000
diff --git a/src/imports/quick3d/designer/NodeSection.qml b/src/imports/quick3d/designer/NodeSection.qml
index bfae7f2a117841cbe6e96edb08d96d24183b3be4..c9569638af202fd70cd1b83a727b8a5a819ac311 100644
--- a/src/imports/quick3d/designer/NodeSection.qml
+++ b/src/imports/quick3d/designer/NodeSection.qml
@@ -30,6 +30,7 @@
 import QtQuick 2.15
 import HelperWidgets 2.0
 import QtQuick.Layouts 1.12
+import StudioTheme 1.0 as StudioTheme
 
 Column {
     width: parent.width
@@ -101,6 +102,7 @@ Column {
                     Label {
                         text: qsTr("X")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisXColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -118,6 +120,7 @@ Column {
                     Label {
                         text: qsTr("Y")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisYColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -135,6 +138,7 @@ Column {
                     Label {
                         text: qsTr("Z")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisZColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -162,6 +166,7 @@ Column {
                     Label {
                         text: qsTr("X")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisXColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -179,6 +184,7 @@ Column {
                     Label {
                         text: qsTr("Y")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisYColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -196,6 +202,7 @@ Column {
                     Label {
                         text: qsTr("Z")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisZColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -222,6 +229,7 @@ Column {
                     Label {
                         text: qsTr("X")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisXColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -240,6 +248,7 @@ Column {
                     Label {
                         text: qsTr("Y")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisYColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -258,6 +267,7 @@ Column {
                     Label {
                         text: qsTr("Z")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisZColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -285,6 +295,7 @@ Column {
                     Label {
                         text: qsTr("X")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisXColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -302,6 +313,7 @@ Column {
                     Label {
                         text: qsTr("Y")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisYColor
                     }
                     SpinBox {
                         maximumValue: 9999999
@@ -319,6 +331,7 @@ Column {
                     Label {
                         text: qsTr("Z")
                         width: transformSection.labelWidth
+                        color: StudioTheme.Values.theme3DAxisZColor
                     }
                     SpinBox {
                         maximumValue: 9999999