Cool Weather for Fall Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Weather for Fall palette
Cool Weather for Fall color palette PNG image
Cool Weather for Fall color palette CSS
/* CSS */
.color-1 {
color: #c4a04a;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #a35b4d;
}
.color-4 {
color: #6b8e5d;
}
.color-5 {
color: #4f8c8b;
}
/* CSS Variables */
:root {
--color-1: #c4a04a;
--color-2: #a85f2e;
--color-3: #a35b4d;
--color-4: #6b8e5d;
--color-5: #4f8c8b;
}
Cool Weather for Fall background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a04a, #a85f2e, #a35b4d, #6b8e5d, #4f8c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a04a, #a85f2e, #a35b4d, #6b8e5d, #4f8c8b);
}
Similar color palettes
Cool Weather for Fall color palette created on .