Brown Squirrel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Squirrel palette

Share this palette to:

Brown Squirrel color palette CSS

/* CSS */
.color-1 {
color: #d8cab1;
}
.color-2 {
color: #bfa7a1;
}
.color-3 {
color: #9f8e89;
}
.color-4 {
color: #7d5b4f;
}
.color-5 {
color: #5c3b37;
}

/* CSS Variables */
:root {
--color-1: #d8cab1;
--color-2: #bfa7a1;
--color-3: #9f8e89;
--color-4: #7d5b4f;
--color-5: #5c3b37;
}

Brown Squirrel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8cab1, #bfa7a1, #9f8e89, #7d5b4f, #5c3b37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8cab1, #bfa7a1, #9f8e89, #7d5b4f, #5c3b37);
}

Brown Squirrel color palette created on .