November Color Palette
Discover the beautiful November color palette featuring spicy mix (#8d5a4e), whiskey (#d9a56d), buff (#f2d28c), new orleans (#f2e0a6) and mandys pink (#f0c2ad).
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 November palette
💻 November color palette CSS
/* CSS */
.color-1 {
color: #8d5a4e;
}
.color-2 {
color: #d9a56d;
}
.color-3 {
color: #f2d28c;
}
.color-4 {
color: #f2e0a6;
}
.color-5 {
color: #f0c2ad;
}
/* CSS Variables */
:root {
--color-1: #8d5a4e;
--color-2: #d9a56d;
--color-3: #f2d28c;
--color-4: #f2e0a6;
--color-5: #f0c2ad;
} 🌈 November background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d5a4e, #d9a56d, #f2d28c, #f2e0a6, #f0c2ad);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d5a4e, #d9a56d, #f2d28c, #f2e0a6, #f0c2ad);
} 🔗 Explore similar color palettes
November color palette created on .