Brown Biscuit Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Biscuit palette
Brown Biscuit color palette CSS
/* CSS */
.color-1 {
color: #c39969;
}
.color-2 {
color: #d58c44;
}
.color-3 {
color: #e6b84c;
}
.color-4 {
color: #d65a29;
}
.color-5 {
color: #5a3d2b;
}
/* CSS Variables */
:root {
--color-1: #c39969;
--color-2: #d58c44;
--color-3: #e6b84c;
--color-4: #d65a29;
--color-5: #5a3d2b;
}
Brown Biscuit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39969, #d58c44, #e6b84c, #d65a29, #5a3d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39969, #d58c44, #e6b84c, #d65a29, #5a3d2b);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Brown Biscuit color palette created on .