Brown Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Moon palette
Brown Moon color palette CSS
/* CSS */
.color-1 {
color: #5c3b28;
}
.color-2 {
color: #7a5b4d;
}
.color-3 {
color: #a3503e;
}
.color-4 {
color: #d95a3a;
}
.color-5 {
color: #e7c9c1;
}
/* CSS Variables */
:root {
--color-1: #5c3b28;
--color-2: #7a5b4d;
--color-3: #a3503e;
--color-4: #d95a3a;
--color-5: #e7c9c1;
}
Brown Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3b28, #7a5b4d, #a3503e, #d95a3a, #e7c9c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3b28, #7a5b4d, #a3503e, #d95a3a, #e7c9c1);
}
Similar color palettes
Scroll down to explore 400+ Autumn color palettes
Brown Moon color palette created on .