Apple, Brown Sugar & Maple Syrup Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Apple, Brown Sugar & Maple Syrup palette
Apple, Brown Sugar & Maple Syrup color palette CSS
/* CSS */
.color-1 {
color: #a75a39;
}
.color-2 {
color: #e1b07f;
}
.color-3 {
color: #c7a56b;
}
.color-4 {
color: #6e4e4e;
}
.color-5 {
color: #dac0a4;
}
/* CSS Variables */
:root {
--color-1: #a75a39;
--color-2: #e1b07f;
--color-3: #c7a56b;
--color-4: #6e4e4e;
--color-5: #dac0a4;
}
Apple, Brown Sugar & Maple Syrup background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a75a39, #e1b07f, #c7a56b, #6e4e4e, #dac0a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a75a39, #e1b07f, #c7a56b, #6e4e4e, #dac0a4);
}
Similar color palettes
Scroll down to explore 300+ Autumn color palettes
Apple, Brown Sugar & Maple Syrup color palette created on .