Autumnal Hauntings Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumnal Hauntings palette
Autumnal Hauntings color palette CSS
/* CSS */
.color-1 {
color: #7a4a2e;
}
.color-2 {
color: #b96b37;
}
.color-3 {
color: #d9a96d;
}
.color-4 {
color: #f6e4b1;
}
.color-5 {
color: #a44c5f;
}
/* CSS Variables */
:root {
--color-1: #7a4a2e;
--color-2: #b96b37;
--color-3: #d9a96d;
--color-4: #f6e4b1;
--color-5: #a44c5f;
}
Autumnal Hauntings background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a4a2e, #b96b37, #d9a96d, #f6e4b1, #a44c5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a4a2e, #b96b37, #d9a96d, #f6e4b1, #a44c5f);
}
Similar color palettes
Autumnal Hauntings color palette created on .