Rustic Autumn Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Autumn Embrace palette
Rustic Autumn Embrace color palette CSS
/* CSS */
.color-1 {
color: #f7ead4;
}
.color-2 {
color: #9f886f;
}
.color-3 {
color: #866650;
}
.color-4 {
color: #af302c;
}
.color-5 {
color: #623c28;
}
/* CSS Variables */
:root {
--color-1: #f7ead4;
--color-2: #9f886f;
--color-3: #866650;
--color-4: #af302c;
--color-5: #623c28;
}
Rustic Autumn Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7ead4, #9f886f, #866650, #af302c, #623c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7ead4, #9f886f, #866650, #af302c, #623c28);
}
Similar color palettes
Rustic Autumn Embrace color palette created on .