Spider of the Dark Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spider of the Dark Moon palette
Spider of the Dark Moon color palette PNG image
Spider of the Dark Moon color palette CSS
/* CSS */
.color-1 {
color: #4b3d4d;
}
.color-2 {
color: #6e5e73;
}
.color-3 {
color: #8c7b93;
}
.color-4 {
color: #a9a9b1;
}
.color-5 {
color: #c4c5cf;
}
/* CSS Variables */
:root {
--color-1: #4b3d4d;
--color-2: #6e5e73;
--color-3: #8c7b93;
--color-4: #a9a9b1;
--color-5: #c4c5cf;
}
Spider of the Dark Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d4d, #6e5e73, #8c7b93, #a9a9b1, #c4c5cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d4d, #6e5e73, #8c7b93, #a9a9b1, #c4c5cf);
}
Similar color palettes
Spider of the Dark Moon color palette created on .