Fennec Fox Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fennec Fox palette

Share this palette to:

Fennec Fox color palette CSS

/* CSS */
.color-1 {
color: #7e7367;
}
.color-2 {
color: #796049;
}
.color-3 {
color: #644935;
}
.color-4 {
color: #513229;
}
.color-5 {
color: #312321;
}

/* CSS Variables */
:root {
--color-1: #7e7367;
--color-2: #796049;
--color-3: #644935;
--color-4: #513229;
--color-5: #312321;
}

Fennec Fox background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e7367, #796049, #644935, #513229, #312321);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e7367, #796049, #644935, #513229, #312321);
}

Fennec Fox color palette created on .