Marrone Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Marrone Shades palette
Marrone Shades color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #7e4b3a;
}
.color-3 {
color: #a35b4d;
}
.color-4 {
color: #d38955;
}
.color-5 {
color: #f1c179;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #7e4b3a;
--color-3: #a35b4d;
--color-4: #d38955;
--color-5: #f1c179;
}
Marrone Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #7e4b3a, #a35b4d, #d38955, #f1c179);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #7e4b3a, #a35b4d, #d38955, #f1c179);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Marrone Shades color palette created on .