diff --git a/packages/editor-ui/src/components/NodeSettings.vue b/packages/editor-ui/src/components/NodeSettings.vue
index 7968e80b91..3196f7511e 100644
--- a/packages/editor-ui/src/components/NodeSettings.vue
+++ b/packages/editor-ui/src/components/NodeSettings.vue
@@ -189,14 +189,6 @@ export default mixins(
noDataExpression: true,
description: this.$locale.baseText('nodeSettings.notesInFlow.description'),
},
- {
- displayName: this.$locale.baseText('nodeSettings.color.displayName'),
- name: 'color',
- type: 'color',
- default: '#ff0000',
- noDataExpression: true,
- description: this.$locale.baseText('nodeSettings.color.description'),
- },
{
displayName: this.$locale.baseText('nodeSettings.alwaysOutputData.displayName'),
name: 'alwaysOutputData',
diff --git a/packages/editor-ui/src/plugins/i18n/locales/de.json b/packages/editor-ui/src/plugins/i18n/locales/de.json
index 29ead07fc3..aa6f20dcc4 100644
--- a/packages/editor-ui/src/plugins/i18n/locales/de.json
+++ b/packages/editor-ui/src/plugins/i18n/locales/de.json
@@ -483,10 +483,6 @@
"displayName": "🇩🇪 Always Output Data"
},
"clickOnTheQuestionMarkIcon": "🇩🇪 Click the '?' icon to open this node on n8n.io",
- "color": {
- "description": "🇩🇪 The color of the node in the flow.",
- "displayName": "🇩🇪 Node Color"
- },
"continueOnFail": {
"description": "🇩🇪 If active, the workflow continues even if this node's
execution fails. When this occurs, the node passes along input data from
previous nodes - so your workflow should account for unexpected output data.",
"displayName": "🇩🇪 Continue On Fail"
diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json
index e70303571b..faa958390d 100644
--- a/packages/editor-ui/src/plugins/i18n/locales/en.json
+++ b/packages/editor-ui/src/plugins/i18n/locales/en.json
@@ -467,10 +467,6 @@
"displayName": "Always Output Data"
},
"clickOnTheQuestionMarkIcon": "Click the '?' icon to open this node on n8n.io",
- "color": {
- "description": "The color of the node in the flow.",
- "displayName": "Node Color"
- },
"continueOnFail": {
"description": "If active, the workflow continues even if this node's
execution fails. When this occurs, the node passes along input data from
previous nodes - so your workflow should account for unexpected output data.",
"displayName": "Continue On Fail"