Brown Scarecrow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Scarecrow palette
Brown Scarecrow color palette CSS
/* CSS */
.color-1 {
color: #d3a20d;
}
.color-2 {
color: #c6992f;
}
.color-3 {
color: #a86f3e;
}
.color-4 {
color: #6b4d2e;
}
.color-5 {
color: #3d2e24;
}
/* CSS Variables */
:root {
--color-1: #d3a20d;
--color-2: #c6992f;
--color-3: #a86f3e;
--color-4: #6b4d2e;
--color-5: #3d2e24;
}
Brown Scarecrow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a20d, #c6992f, #a86f3e, #6b4d2e, #3d2e24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a20d, #c6992f, #a86f3e, #6b4d2e, #3d2e24);
}
Similar color palettes
Brown Scarecrow color palette created on .