Dark Tech Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Tech palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Tech Color Palette (PNG)
Dark Tech color palette CSS
/* CSS */
.color-1 {
color: #2e2e2e;
}
.color-2 {
color: #50555e;
}
.color-3 {
color: #71787f;
}
.color-4 {
color: #a7a7aa;
}
.color-5 {
color: #e0e0e1;
}
/* CSS Variables */
:root {
--color-1: #2e2e2e;
--color-2: #50555e;
--color-3: #71787f;
--color-4: #a7a7aa;
--color-5: #e0e0e1;
}
Dark Tech background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2e2e, #50555e, #71787f, #a7a7aa, #e0e0e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2e2e, #50555e, #71787f, #a7a7aa, #e0e0e1);
}
Similar color palettes
Dark Tech color palette created on .