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