November Color Palette
Discover the beautiful November color palette featuring dallas (#79522a), west coast (#66471e), jambalaya (#603816), deep oak (#43250e) and crowshead (#29140a).
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: #79522a;
}
.color-2 {
color: #66471e;
}
.color-3 {
color: #603816;
}
.color-4 {
color: #43250e;
}
.color-5 {
color: #29140a;
}
/* CSS Variables */
:root {
--color-1: #79522a;
--color-2: #66471e;
--color-3: #603816;
--color-4: #43250e;
--color-5: #29140a;
}
🌈 November background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79522a, #66471e, #603816, #43250e, #29140a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79522a, #66471e, #603816, #43250e, #29140a);
}
🔗 Explore similar color palettes
November color palette created on .