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