Severus Snape Color Palette
Discover the beautiful Severus Snape color palette featuring matterhorn (#4a3c3b), dorado (#6f5e5d), dusty gray (#9e8b8a), clam shell (#dac2b9) and pot pourri (#f5e6e5).
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 Severus Snape palette
💻 Severus Snape color palette CSS
/* CSS */
.color-1 {
color: #4a3c3b;
}
.color-2 {
color: #6f5e5d;
}
.color-3 {
color: #9e8b8a;
}
.color-4 {
color: #dac2b9;
}
.color-5 {
color: #f5e6e5;
}
/* CSS Variables */
:root {
--color-1: #4a3c3b;
--color-2: #6f5e5d;
--color-3: #9e8b8a;
--color-4: #dac2b9;
--color-5: #f5e6e5;
} 🌈 Severus Snape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c3b, #6f5e5d, #9e8b8a, #dac2b9, #f5e6e5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c3b, #6f5e5d, #9e8b8a, #dac2b9, #f5e6e5);
} 🔗 Explore similar color palettes
Severus Snape color palette created on .