Brown Leopard Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Leopard palette

Share this palette to:

Brown Leopard color palette CSS

/* CSS */
.color-1 {
color: #c2a26b;
}
.color-2 {
color: #d7b25b;
}
.color-3 {
color: #e2c050;
}
.color-4 {
color: #f5e78a;
}
.color-5 {
color: #f3d9a0;
}

/* CSS Variables */
:root {
--color-1: #c2a26b;
--color-2: #d7b25b;
--color-3: #e2c050;
--color-4: #f5e78a;
--color-5: #f3d9a0;
}

Brown Leopard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a26b, #d7b25b, #e2c050, #f5e78a, #f3d9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a26b, #d7b25b, #e2c050, #f5e78a, #f3d9a0);
}

Brown Leopard color palette created on .