Twilight Forest Expedition Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Forest Expedition palette
Twilight Forest Expedition color palette CSS
/* CSS */
.color-1 {
color: #a76a44;
}
.color-2 {
color: #c2ab80;
}
.color-3 {
color: #d1c8a3;
}
.color-4 {
color: #a5d5a5;
}
.color-5 {
color: #698c6c;
}
/* CSS Variables */
:root {
--color-1: #a76a44;
--color-2: #c2ab80;
--color-3: #d1c8a3;
--color-4: #a5d5a5;
--color-5: #698c6c;
}
Twilight Forest Expedition background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76a44, #c2ab80, #d1c8a3, #a5d5a5, #698c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76a44, #c2ab80, #d1c8a3, #a5d5a5, #698c6c);
}
Similar color palettes
Scroll down to explore 400+ Autumn color palettes
Twilight Forest Expedition color palette created on .