Black Widow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black Widow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Black Widow Color Palette (PNG)
Black Widow color palette CSS
/* CSS */
.color-1 {
color: #ca2f3f;
}
.color-2 {
color: #802329;
}
.color-3 {
color: #a95b5f;
}
.color-4 {
color: #e9b7b4;
}
.color-5 {
color: #f3d5d3;
}
/* CSS Variables */
:root {
--color-1: #ca2f3f;
--color-2: #802329;
--color-3: #a95b5f;
--color-4: #e9b7b4;
--color-5: #f3d5d3;
}
Black Widow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ca2f3f, #802329, #a95b5f, #e9b7b4, #f3d5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ca2f3f, #802329, #a95b5f, #e9b7b4, #f3d5d3);
}
Similar color palettes
Black Widow color palette created on .