Brown Archer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Archer palette
Brown Archer color palette CSS
/* CSS */
.color-1 {
color: #f4e1ae;
}
.color-2 {
color: #e6b98e;
}
.color-3 {
color: #c28f70;
}
.color-4 {
color: #9b6d4b;
}
.color-5 {
color: #6c4f3d;
}
/* CSS Variables */
:root {
--color-1: #f4e1ae;
--color-2: #e6b98e;
--color-3: #c28f70;
--color-4: #9b6d4b;
--color-5: #6c4f3d;
}
Brown Archer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e1ae, #e6b98e, #c28f70, #9b6d4b, #6c4f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e1ae, #e6b98e, #c28f70, #9b6d4b, #6c4f3d);
}
Similar color palettes
Brown Archer color palette created on .