Wild Prowl Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wild Prowl palette

Share this palette to:

Wild Prowl color palette CSS

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #d2a679;
}
.color-3 {
color: #e3b04a;
}
.color-4 {
color: #efaf39;
}
.color-5 {
color: #c76b3d;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #d2a679;
--color-3: #e3b04a;
--color-4: #efaf39;
--color-5: #c76b3d;
}

Wild Prowl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #d2a679, #e3b04a, #efaf39, #c76b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #d2a679, #e3b04a, #efaf39, #c76b3d);
}

Wild Prowl color palette created on .