Plague Doctor Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Plague Doctor palette

Share this palette to:

Plague Doctor color palette PNG image

Download plague doctor color palette PNG image (landscape)
Download plague doctor color palette PNG image (square)

Plague Doctor color palette CSS

/* CSS */
.color-1 {
color: #4b4e68;
}
.color-2 {
color: #6d767e;
}
.color-3 {
color: #b8c2cc;
}
.color-4 {
color: #f0e7d0;
}
.color-5 {
color: #d1b77b;
}

/* CSS Variables */
:root {
--color-1: #4b4e68;
--color-2: #6d767e;
--color-3: #b8c2cc;
--color-4: #f0e7d0;
--color-5: #d1b77b;
}

Plague Doctor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4e68, #6d767e, #b8c2cc, #f0e7d0, #d1b77b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4e68, #6d767e, #b8c2cc, #f0e7d0, #d1b77b);
}

Plague Doctor color palette created on .