Black and White Devil Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black and White Devil palette
Black and White Devil color palette PNG image
Black and White Devil color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #b0b0b0;
}
.color-4 {
color: #d9d9d9;
}
.color-5 {
color: #ff0000;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #ffffff;
--color-3: #b0b0b0;
--color-4: #d9d9d9;
--color-5: #ff0000;
}
Black and White Devil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #ffffff, #b0b0b0, #d9d9d9, #ff0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #ffffff, #b0b0b0, #d9d9d9, #ff0000);
}
Similar color palettes
Black and White Devil color palette created on .