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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
James Potter color palette created on .