Jackal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jackal palette

Share this palette to:

Jackal color palette PNG image

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

Jackal color palette CSS

/* CSS */
.color-1 {
color: #c5a45e;
}
.color-2 {
color: #b88b3d;
}
.color-3 {
color: #a56f2c;
}
.color-4 {
color: #8a5b1e;
}
.color-5 {
color: #6d4f17;
}

/* CSS Variables */
:root {
--color-1: #c5a45e;
--color-2: #b88b3d;
--color-3: #a56f2c;
--color-4: #8a5b1e;
--color-5: #6d4f17;
}

Jackal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5a45e, #b88b3d, #a56f2c, #8a5b1e, #6d4f17);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5a45e, #b88b3d, #a56f2c, #8a5b1e, #6d4f17);
}

Jackal color palette created on .