Brown Scarecrow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Scarecrow palette

Share this palette to:

Brown Scarecrow color palette CSS

/* CSS */
.color-1 {
color: #d8a65a;
}
.color-2 {
color: #a15a2b;
}
.color-3 {
color: #4f3c21;
}
.color-4 {
color: #b2d2c9;
}
.color-5 {
color: #f7e9a1;
}

/* CSS Variables */
:root {
--color-1: #d8a65a;
--color-2: #a15a2b;
--color-3: #4f3c21;
--color-4: #b2d2c9;
--color-5: #f7e9a1;
}

Brown Scarecrow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a65a, #a15a2b, #4f3c21, #b2d2c9, #f7e9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a65a, #a15a2b, #4f3c21, #b2d2c9, #f7e9a1);
}

Brown Scarecrow color palette created on .