Rustic Nature Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Nature palette
Rustic Nature color palette PNG image
Rustic Nature color palette CSS
/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #d19b6b;
}
.color-3 {
color: #e6cba8;
}
.color-4 {
color: #aed5b4;
}
.color-5 {
color: #4f8c6a;
}
/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #d19b6b;
--color-3: #e6cba8;
--color-4: #aed5b4;
--color-5: #4f8c6a;
}
Rustic Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #d19b6b, #e6cba8, #aed5b4, #4f8c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #d19b6b, #e6cba8, #aed5b4, #4f8c6a);
}
Similar color palettes
Scroll down to explore 7 Rustic color palettes
Rustic Nature color palette created on .