Brown Calico Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Calico palette

Share this palette to:

Brown Calico color palette CSS

/* CSS */
.color-1 {
color: #f2d79c;
}
.color-2 {
color: #d5b67b;
}
.color-3 {
color: #c39969;
}
.color-4 {
color: #a4715b;
}
.color-5 {
color: #7e4b3a;
}

/* CSS Variables */
:root {
--color-1: #f2d79c;
--color-2: #d5b67b;
--color-3: #c39969;
--color-4: #a4715b;
--color-5: #7e4b3a;
}

Brown Calico background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d79c, #d5b67b, #c39969, #a4715b, #7e4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d79c, #d5b67b, #c39969, #a4715b, #7e4b3a);
}

Brown Calico color palette created on .