Doomcore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Doomcore palette

Share this palette to:

Doomcore color palette PNG image

Download doomcore color palette PNG image (landscape)
Download doomcore color palette PNG image (square)

Doomcore color palette CSS

/* CSS */
.color-1 {
color: #1f1f2e;
}
.color-2 {
color: #2a2a3c;
}
.color-3 {
color: #4e4e5f;
}
.color-4 {
color: #a94c4c;
}
.color-5 {
color: #d6a100;
}

/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #2a2a3c;
--color-3: #4e4e5f;
--color-4: #a94c4c;
--color-5: #d6a100;
}

Doomcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #2a2a3c, #4e4e5f, #a94c4c, #d6a100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #2a2a3c, #4e4e5f, #a94c4c, #d6a100);
}

Doomcore color palette created on .