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: #a85f2e;
}
.color-2 {
color: #d0a06c;
}
.color-3 {
color: #b7c8b1;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #6d9dc5;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d0a06c;
--color-3: #b7c8b1;
--color-4: #a3c7e0;
--color-5: #6d9dc5;
}

Brown Squirrel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d0a06c, #b7c8b1, #a3c7e0, #6d9dc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d0a06c, #b7c8b1, #a3c7e0, #6d9dc5);
}

Brown Squirrel color palette created on .