Vampire Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vampire Moon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vampire Moon Color Palette (PNG)
Vampire Moon color palette CSS
/* CSS */
.color-1 {
color: #1f1a23;
}
.color-2 {
color: #3d2931;
}
.color-3 {
color: #5b4a5e;
}
.color-4 {
color: #7b6f80;
}
.color-5 {
color: #b75c77;
}
/* CSS Variables */
:root {
--color-1: #1f1a23;
--color-2: #3d2931;
--color-3: #5b4a5e;
--color-4: #7b6f80;
--color-5: #b75c77;
}
Vampire Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1a23, #3d2931, #5b4a5e, #7b6f80, #b75c77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1a23, #3d2931, #5b4a5e, #7b6f80, #b75c77);
}
Similar color palettes
Vampire Moon color palette created on .