Autumn's Enchanted Tapestry Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn's Enchanted Tapestry palette
Autumn's Enchanted Tapestry color palette CSS
/* CSS */
.color-1 {
color: #d8a44f;
}
.color-2 {
color: #786130;
}
.color-3 {
color: #754ba0;
}
.color-4 {
color: #c42744;
}
.color-5 {
color: #3a2b22;
}
/* CSS Variables */
:root {
--color-1: #d8a44f;
--color-2: #786130;
--color-3: #754ba0;
--color-4: #c42744;
--color-5: #3a2b22;
}
Autumn's Enchanted Tapestry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a44f, #786130, #754ba0, #c42744, #3a2b22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a44f, #786130, #754ba0, #c42744, #3a2b22);
}
Similar color palettes
Autumn's Enchanted Tapestry color palette created on .