James Potter Color Palette

Discover the beautiful James Potter color palette featuring mondo (#4c3e2f), barley corn (#9e9e51), primrose (#f0e1a3), spring leaves (#5e8d6d) and nutmeg (#7d2d2c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Boho, Brown, Cream, Earthy, Forest, Green, Vintage, Warm color palettes and combinations.

๐Ÿ’ก 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 James Potter palette

Share this palette to:

๐Ÿ’ป James Potter color palette CSS

/* CSS */
.color-1 {
color: #4c3e2f;
}
.color-2 {
color: #9e9e51;
}
.color-3 {
color: #f0e1a3;
}
.color-4 {
color: #5e8d6d;
}
.color-5 {
color: #7d2d2c;
}

/* CSS Variables */
:root {
--color-1: #4c3e2f;
--color-2: #9e9e51;
--color-3: #f0e1a3;
--color-4: #5e8d6d;
--color-5: #7d2d2c;
}

๐ŸŒˆ James Potter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e2f, #9e9e51, #f0e1a3, #5e8d6d, #7d2d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e2f, #9e9e51, #f0e1a3, #5e8d6d, #7d2d2c);
}

James Potter color palette created on .