Nutmeg Shades Color Palette
Discover the beautiful Nutmeg Shades color palette featuring nutmeg (#81432c), brown rust (#a65e3a), raw sienna (#d18f4d), equator (#e5b961) and maize (#f4d69f).
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 Nutmeg Shades palette
๐ป Nutmeg Shades color palette CSS
/* CSS */
.color-1 {
color: #81432c;
}
.color-2 {
color: #a65e3a;
}
.color-3 {
color: #d18f4d;
}
.color-4 {
color: #e5b961;
}
.color-5 {
color: #f4d69f;
}
/* CSS Variables */
:root {
--color-1: #81432c;
--color-2: #a65e3a;
--color-3: #d18f4d;
--color-4: #e5b961;
--color-5: #f4d69f;
} ๐ Nutmeg Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81432c, #a65e3a, #d18f4d, #e5b961, #f4d69f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81432c, #a65e3a, #d18f4d, #e5b961, #f4d69f);
} ๐ Explore similar color palettes
Nutmeg Shades color palette created on .