Scandinavian Autumn Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scandinavian Autumn Forest palette
Scandinavian Autumn Forest color palette PNG image
Scandinavian Autumn Forest color palette CSS
/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #d2a56a;
}
.color-3 {
color: #e5c19f;
}
.color-4 {
color: #9fc1b8;
}
.color-5 {
color: #4b7c6d;
}
/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #d2a56a;
--color-3: #e5c19f;
--color-4: #9fc1b8;
--color-5: #4b7c6d;
}
Scandinavian Autumn Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #d2a56a, #e5c19f, #9fc1b8, #4b7c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #d2a56a, #e5c19f, #9fc1b8, #4b7c6d);
}
Similar color palettes
Scandinavian Autumn Forest color palette created on .