Pink Vampire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Vampire palette
Pink Vampire color palette CSS
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ffccf2;
}
.color-5 {
color: #e92063;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff7092;
--color-3: #ffb3c1;
--color-4: #ffccf2;
--color-5: #e92063;
}
Pink Vampire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff7092, #ffb3c1, #ffccf2, #e92063);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff7092, #ffb3c1, #ffccf2, #e92063);
}
Similar color palettes
- Pink Fae
- Celestial Elegance
- Pink Butterfluff
- Rosy Reverie
- Cosmic Serenity
- Royal Blush
- Dark Purple Elegance
- Whimsical Orchid Dreams
- Pink Cursed Princess
- Whimsical Orchid Dream
- Mystical Orchid Dream
- Pink Shades
- Sunset Serenade
- Whimsical Sunrise Blush
- Whimsical Dreamscape
- Light Purple Lily
- Royal Rose Garden
- Pink Strawberry Milkshake
Pink Vampire color palette created on .