October Color Palette
Discover the beautiful October color palette featuring flame pea (#d6692e), porsche (#e8a76d), manhattan (#f4c89f), sidecar (#f2e8b5) and paris white (#c5d8d1).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with October palette
💻 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);
}
🔗 Explore similar color palettes
October color palette created on .