Joan of Arc Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Joan of Arc palette

Share this palette to:

Joan of Arc color palette PNG image

Download joan of arc color palette PNG image (landscape)
Download joan of arc color palette PNG image (square)

Joan of Arc color palette CSS

/* CSS */
.color-1 {
color: #d19b6b;
}
.color-2 {
color: #a95a3d;
}
.color-3 {
color: #7c2e2d;
}
.color-4 {
color: #5a2b4b;
}
.color-5 {
color: #3e296a;
}

/* CSS Variables */
:root {
--color-1: #d19b6b;
--color-2: #a95a3d;
--color-3: #7c2e2d;
--color-4: #5a2b4b;
--color-5: #3e296a;
}

Joan of Arc background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19b6b, #a95a3d, #7c2e2d, #5a2b4b, #3e296a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19b6b, #a95a3d, #7c2e2d, #5a2b4b, #3e296a);
}

Joan of Arc color palette created on .