Matt Murdock Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Matt Murdock palette
Matt Murdock color palette PNG image
Matt Murdock color palette CSS
/* CSS */
.color-1 {
color: #d3503c;
}
.color-2 {
color: #4e3c3e;
}
.color-3 {
color: #b8a48e;
}
.color-4 {
color: #f6cfc6;
}
.color-5 {
color: #a84d4d;
}
/* CSS Variables */
:root {
--color-1: #d3503c;
--color-2: #4e3c3e;
--color-3: #b8a48e;
--color-4: #f6cfc6;
--color-5: #a84d4d;
}
Matt Murdock background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3503c, #4e3c3e, #b8a48e, #f6cfc6, #a84d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3503c, #4e3c3e, #b8a48e, #f6cfc6, #a84d4d);
}
Similar color palettes
Scroll down to explore 1000+ colors.superhero color palettes
Matt Murdock color palette created on .