Rustic Autumn Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Autumn Embrace palette

Share this palette to:

Rustic Autumn Embrace color palette CSS

/* CSS */
.color-1 {
color: #c9a669;
}
.color-2 {
color: #af8146;
}
.color-3 {
color: #8c6736;
}
.color-4 {
color: #6d572c;
}
.color-5 {
color: #822c17;
}

/* CSS Variables */
:root {
--color-1: #c9a669;
--color-2: #af8146;
--color-3: #8c6736;
--color-4: #6d572c;
--color-5: #822c17;
}

Rustic Autumn Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9a669, #af8146, #8c6736, #6d572c, #822c17);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9a669, #af8146, #8c6736, #6d572c, #822c17);
}

Rustic Autumn Embrace color palette created on .