Doom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Doom palette
Color Inspiration
Images that showcase this color palette in real designs
Download Doom Color Palette (PNG)
Doom color palette CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #3d3d3d;
}
.color-3 {
color: #707070;
}
.color-4 {
color: #a1a1a1;
}
.color-5 {
color: #d4d4d4;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #3d3d3d;
--color-3: #707070;
--color-4: #a1a1a1;
--color-5: #d4d4d4;
}
Doom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #3d3d3d, #707070, #a1a1a1, #d4d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #3d3d3d, #707070, #a1a1a1, #d4d4d4);
}
Similar color palettes
Doom color palette created on .