October Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with October palette
October color palette CSS
/* CSS */
.color-1 {
color: #dc8556;
}
.color-2 {
color: #e7a665;
}
.color-3 {
color: #eac580;
}
.color-4 {
color: #efd895;
}
.color-5 {
color: #c98859;
}
/* CSS Variables */
:root {
--color-1: #dc8556;
--color-2: #e7a665;
--color-3: #eac580;
--color-4: #efd895;
--color-5: #c98859;
}
October background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc8556, #e7a665, #eac580, #efd895, #c98859);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc8556, #e7a665, #eac580, #efd895, #c98859);
}
Similar color palettes
October color palette created on .