Dark Gray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Gray palette

Share this palette to:

Download Dark Gray Color Palette (PNG)

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

Dark Gray color palette CSS

/* CSS */
.color-1 {
color: #141414;
}
.color-2 {
color: #141400;
}
.color-3 {
color: #151528;
}
.color-4 {
color: #292900;
}
.color-5 {
color: #281515;
}

/* CSS Variables */
:root {
--color-1: #141414;
--color-2: #141400;
--color-3: #151528;
--color-4: #292900;
--color-5: #281515;
}

Dark Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #141414, #141400, #151528, #292900, #281515);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #141414, #141400, #151528, #292900, #281515);
}

Dark Gray color palette created on .