October Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with October palette
Color Inspiration
Images that showcase this color palette in real designs
Download October Color Palette (PNG)
October color palette CSS
/* CSS */
.color-1 {
color: #d6692e;
}
.color-2 {
color: #e8a76d;
}
.color-3 {
color: #f4c89f;
}
.color-4 {
color: #f2e8b5;
}
.color-5 {
color: #c5d8d1;
}
/* CSS Variables */
:root {
--color-1: #d6692e;
--color-2: #e8a76d;
--color-3: #f4c89f;
--color-4: #f2e8b5;
--color-5: #c5d8d1;
}
October background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6692e, #e8a76d, #f4c89f, #f2e8b5, #c5d8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6692e, #e8a76d, #f4c89f, #f2e8b5, #c5d8d1);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
October color palette created on .