Dark Tech Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Tech palette

Share this palette to:

Dark Tech color palette PNG image

Download dark tech color palette PNG image (landscape)
Download dark tech color palette PNG image (square)

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);
}

Dark Tech color palette created on .