Artificer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Artificer palette

Share this palette to:

Artificer color palette PNG image

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

Artificer color palette CSS

/* CSS */
.color-1 {
color: #c94040;
}
.color-2 {
color: #a3333d;
}
.color-3 {
color: #752438;
}
.color-4 {
color: #44131a;
}
.color-5 {
color: #21080f;
}

/* CSS Variables */
:root {
--color-1: #c94040;
--color-2: #a3333d;
--color-3: #752438;
--color-4: #44131a;
--color-5: #21080f;
}

Artificer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94040, #a3333d, #752438, #44131a, #21080f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94040, #a3333d, #752438, #44131a, #21080f);
}

Artificer color palette created on .