Artificer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Artificer palette
Color Inspiration
Images that showcase this color palette in real designs
Download Artificer Color Palette (PNG)
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);
}
Similar color palettes
Artificer color palette created on .